Doc autogenerated from onflow/sdk/src/test-utils/index.ts
authzResolve
Import
_10import { authzResolve } from "@onflow/sdk"
Parameters
opts
(optional)
- Type:
IAuthzResolveOpts
_10interface IAuthzResolveOpts {_10 tempId?: string_10}
Returns
(account: InteractionAccount) => { tempId: string; resolve: (account: Partial<InteractionAccount>) => Partial<InteractionAccount>; kind: InteractionResolverKind.ACCOUNT; addr: string; keyId: string | number; sequenceNum: number; signature: string; signingFunction: any; role: { proposer: boolean; authorizer: boolean; payer: boolean; param?: boolean; }; authorization: any; }