Ixian SDK
IXICore.Transaction.MultisigAddrAdd Struct Reference

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...
 

Detailed Description

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 99 of file Transaction.cs.

Member Data Documentation

◆ addrToAdd

byte [] IXICore.Transaction.MultisigAddrAdd.addrToAdd

Wallet address of the new signer that is being added.

Definition at line 104 of file Transaction.cs.

◆ signerNonce

byte [] IXICore.Transaction.MultisigAddrAdd.signerNonce

Nonce value of the new signer that is validating this change.

Definition at line 112 of file Transaction.cs.

◆ signerPubKey

byte [] IXICore.Transaction.MultisigAddrAdd.signerPubKey

Public key of the new signer that is being validating this transaction, if neccessary.

Definition at line 108 of file Transaction.cs.


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