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