Doc autogenerated from onflow/sdk/src/build/build-authorizations.ts
authorization
Import
_10import { authorization } from "@onflow/sdk"
Parameters
addr
- Type:
string
signingFunction
- Type:
SigningFn
_10type SigningFn = (_10 signable?: SignableMessage_10) => SigningResult | Promise<SigningResult>
keyId
(optional)
- Type:
string | number
sequenceNum
(optional)
- Type:
number