Ixian SDK
DLT.Transaction.MultisigTxData Struct Reference

Additional signature for an existing MultisigTX transaction that is waiting in the pool. More...

Public Attributes

string origTXId
 TXID of the original transaction which this transaction validates. More...
 
byte [] signerPubKey
 Public key of the signer which can help authorize a Multisig transaction, if required (key is not yet present in the PresenceList). More...
 
byte [] signerNonce
 Nonce value of the signer which can help authorize a Multisig transaction. More...
 

Detailed Description

Additional signature for an existing MultisigTX transaction that is waiting in the pool.

Definition at line 168 of file Transaction.cs.

Member Data Documentation

◆ origTXId

string DLT.Transaction.MultisigTxData.origTXId

TXID of the original transaction which this transaction validates.

Definition at line 173 of file Transaction.cs.

◆ signerNonce

byte [] DLT.Transaction.MultisigTxData.signerNonce

Nonce value of the signer which can help authorize a Multisig transaction.

Definition at line 181 of file Transaction.cs.

◆ signerPubKey

byte [] DLT.Transaction.MultisigTxData.signerPubKey

Public key of the signer which can help authorize a Multisig transaction, if required (key is not yet present in the PresenceList).

Definition at line 177 of file Transaction.cs.


The documentation for this struct was generated from the following file: