Skip to main content

Doc autogenerated from onflow/sdk/src/test-utils/index.ts

authzResolve

Import


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

Parameters

opts (optional)

  • Type: IAuthzResolveOpts

_10
interface 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; }


Rate this page