Doc autogenerated from onflow/sdk/src/test-utils/index.ts
authzResolveMany
Import
_10import { authzResolveMany } from "@onflow/sdk"
Parameters
opts
(optional)
- Type:
IAuthzResolveMany
_10interface IAuthzResolveMany {_10 tempId?: string_10 authorizations: any[]_10 proposer?: any_10 payer?: any_10}
Returns
function