Ixian SDK
IXICore.Wallet Class Reference

Public Member Functions

 Wallet ()
 
 Wallet (byte[] w_id, IxiNumber w_balance)
 
 Wallet (Wallet wallet)
 
 Wallet (byte[] bytes)
 
byte [] getBytes ()
 
byte [] calculateChecksum (int block_version)
 
bool isValidSigner (byte[] address)
 
void addValidSigner (byte[] address)
 
void delValidSigner (byte[] address)
 

Public Attributes

byte [] id
 
IxiNumber balance
 
WalletType type
 
byte requiredSigs
 
byte [][] allowedSigners
 
byte [] data
 
byte [] publicKey
 

Properties

byte countAllowedSigners [get]
 

Detailed Description

Definition at line 16 of file Wallet.cs.

Constructor & Destructor Documentation

◆ Wallet() [1/4]

IXICore.Wallet.Wallet ( )

Definition at line 36 of file Wallet.cs.

◆ Wallet() [2/4]

IXICore.Wallet.Wallet ( byte []  w_id,
IxiNumber  w_balance 
)

Definition at line 47 of file Wallet.cs.

◆ Wallet() [3/4]

IXICore.Wallet.Wallet ( Wallet  wallet)

Definition at line 58 of file Wallet.cs.

◆ Wallet() [4/4]

IXICore.Wallet.Wallet ( byte []  bytes)

Definition at line 77 of file Wallet.cs.

Member Function Documentation

◆ addValidSigner()

void IXICore.Wallet.addValidSigner ( byte []  address)

Definition at line 234 of file Wallet.cs.

◆ calculateChecksum()

byte [] IXICore.Wallet.calculateChecksum ( int  block_version)

Definition at line 185 of file Wallet.cs.

◆ delValidSigner()

void IXICore.Wallet.delValidSigner ( byte []  address)

Definition at line 255 of file Wallet.cs.

◆ getBytes()

byte [] IXICore.Wallet.getBytes ( )

Definition at line 127 of file Wallet.cs.

◆ isValidSigner()

bool IXICore.Wallet.isValidSigner ( byte []  address)

Definition at line 221 of file Wallet.cs.

Member Data Documentation

◆ allowedSigners

byte [][] IXICore.Wallet.allowedSigners

Definition at line 22 of file Wallet.cs.

◆ balance

IxiNumber IXICore.Wallet.balance

Definition at line 19 of file Wallet.cs.

◆ data

byte [] IXICore.Wallet.data

Definition at line 23 of file Wallet.cs.

◆ id

byte [] IXICore.Wallet.id

Definition at line 18 of file Wallet.cs.

◆ publicKey

byte [] IXICore.Wallet.publicKey

Definition at line 24 of file Wallet.cs.

◆ requiredSigs

byte IXICore.Wallet.requiredSigs

Definition at line 21 of file Wallet.cs.

◆ type

WalletType IXICore.Wallet.type

Definition at line 20 of file Wallet.cs.

Property Documentation

◆ countAllowedSigners

byte IXICore.Wallet.countAllowedSigners
get

Definition at line 27 of file Wallet.cs.


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