• Preparing search index...
  • The search index is not available
@aptos-labs/ts-sdk - v5.1.5
  • @aptos-labs/ts-sdk
  • isBool

Function isBool

  • isBool(arg): arg is boolean
  • Determines if the provided argument is of type boolean. This can help in validating input types before processing them further.

    Parameters

    • arg: SimpleEntryFunctionArgumentTypes

      The argument to check, which can be of various types.

    Returns arg is boolean

    A boolean indicating whether the argument is a boolean.

    • Defined in src/transactions/transactionBuilder/helpers.ts:24

Settings

Member Visibility
@aptos-labs/ts-sdk - v5.1.5
  • Loading...