Doc autogenerated from onflow/sdk/src/test-utils/index.ts
authzFn
Import
_10import { authzFn } from "@onflow/sdk"
Parameters
opts
(optional)
- Type:
IAuthzOpts
_10interface IAuthzOpts {_10 signingFunction?: (signable: any) => any_10}
Returns
function