Another allowed signer is being added to a Wallet. If the target wallet is not yet a 'Multi-Signature' wallet, it will be converted into one and the number of required signatures will be set to 1. More...
Public Attributes | |
byte [] | addrToAdd |
Wallet address of the new signer that is being added. More... | |
byte [] | signerPubKey |
Public key of the new signer that is being validating this transaction, if neccessary. More... | |
byte [] | signerNonce |
Nonce value of the new signer that is validating this change. More... | |
Another allowed signer is being added to a Wallet. If the target wallet is not yet a 'Multi-Signature' wallet, it will be converted into one and the number of required signatures will be set to 1.
Definition at line 100 of file Transaction.cs.
byte [] DLT.Transaction.MultisigAddrAdd.addrToAdd |
Wallet address of the new signer that is being added.
Definition at line 105 of file Transaction.cs.
byte [] DLT.Transaction.MultisigAddrAdd.signerNonce |
Nonce value of the new signer that is validating this change.
Definition at line 113 of file Transaction.cs.
byte [] DLT.Transaction.MultisigAddrAdd.signerPubKey |
Public key of the new signer that is being validating this transaction, if neccessary.
Definition at line 109 of file Transaction.cs.