Skip to main content

Doc autogenerated from onflow/sdk/src/build/build-payer.ts

payer

A builder function that adds payer account(s) to a transaction

Import


_10
import { payer } from "@onflow/sdk"

Parameters

ax (optional)

  • Type: AccountAuthorization[]
  • Description: An account address or array of account addresses

_10
export type AccountAuthorization =
_10
| (AuthorizationFn & Partial<InteractionAccount>)
_10
| Partial<InteractionAccount>

Returns

InteractionBuilderFn


_10
export type InteractionBuilderFn = (
_10
ix: Interaction
_10
) => Interaction | Promise<Interaction>


Rate this page