Skip to main content

Doc autogenerated from onflow/sdk/src/interaction/interaction.ts

prepAccount

Import


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

Parameters

acct

  • Type: AccountAuthorization

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

opts (optional)

  • Type: IPrepAccountOpts

_10
interface IPrepAccountOpts {
_10
role?: TransactionRole | null
_10
}

Returns

function


Rate this page