Skip to main content

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

authzFn

Import


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

Parameters

opts (optional)

  • Type: IAuthzOpts

_10
interface IAuthzOpts {
_10
signingFunction?: (signable: any) => any
_10
}

Returns

function


Rate this page