Interface Signer

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

Properties

Properties

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