Function getSignatureFromKeyring

  • Name

    getSignatureFromKeyring

    Summary

    Signs data using the keyring.

    Returns

    Hex value of the signed data.

    Parameters

    • keyring: IKeyringPair

      Account that will sign the data.

    • data: string

      Data to be signed.

    Returns `0x${string}`

Generated using TypeDoc