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... | |
Additional signature for an existing MultisigTX
transaction that is waiting in the pool.
Definition at line 168 of file Transaction.cs.
string DLT.Transaction.MultisigTxData.origTXId |
TXID of the original transaction which this transaction validates.
Definition at line 173 of file Transaction.cs.
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.
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.