Type alias SignedData

SignedData: {
    publicKey: string;
    signature: string;
}

Type declaration

  • publicKey: string

    Public key of the signer account

  • signature: string

    Base58 encoded representation of the signature