sig
Generates a test signature string for an account.
Import
You can import the entire package and access the function:
_10import * as sdk from "@onflow/sdk"_10_10sdk.sig(opts)
Or import directly the specific function:
_10import { sig } from "@onflow/sdk"_10_10sig(opts)
Parameters
opts
- Type:
InteractionAccount
- Description: Partial account object containing address and keyId
Returns
string