Skip to main content

sig

Generates a test signature string for an account.

Import

You can import the entire package and access the function:


_10
import * as sdk from "@onflow/sdk"
_10
_10
sdk.sig(opts)

Or import directly the specific function:


_10
import { sig } from "@onflow/sdk"
_10
_10
sig(opts)

Parameters

opts

  • Type: InteractionAccount
  • Description: Partial account object containing address and keyId

Returns

string


Rate this page