Skip to main content

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

authzResolveMany

Import


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

Parameters

opts (optional)

  • Type: IAuthzResolveMany

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

Returns

function


Rate this page