Skip to main content

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

authzDeepResolveMany

Import


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

Parameters

opts (optional)

  • Type: IAuthzResolveMany

_10
interface IAuthzResolveMany {
_10
tempId?: string
_10
authorizations: any[]
_10
proposer?: any
_10
payer?: any
_10
}

depth (optional)

  • Type: number

Returns

function


Rate this page