Interface Signer

Hierarchy

  • Signer

Properties

Properties

Signer: {
    Account: string;
    SigningPubKey: string;
    TxnSignature: string;
}

Type declaration

  • Account: string
  • SigningPubKey: string
  • TxnSignature: string

Generated using TypeDoc