Ixian SDK
IXICore.Transaction Member List

This is the complete list of members for IXICore.Transaction, including all inherited members.

amountIXICore.Transaction
appliedIXICore.Transaction
blockHeightIXICore.Transaction
calculateChecksum(Transaction transaction)IXICore.Transactionstatic
calculateMinimumFee(IxiNumber pricePerKb)IXICore.Transaction
calculateTotalAmount()IXICore.Transaction
checksumIXICore.Transaction
dataIXICore.Transaction
equals(Transaction tx)IXICore.Transaction
feeIXICore.Transaction
findMyMultisigAddressData(byte[] multisig_address)IXICore.Transactionstatic
fromListIXICore.Transaction
fromLocalStorageIXICore.Transaction
generateChecksums()IXICore.Transaction
generateID()IXICore.Transaction
getBytes(bool include_applied=false)IXICore.Transaction
GetMultisigData()IXICore.Transaction
getSignature(byte[] checksum, byte[] private_key=null)IXICore.Transaction
idIXICore.Transaction
maxVersionIXICore.Transactionstatic
multisigAddKeyTransaction(byte[] allowed_address, IxiNumber tx_fee, byte[] tx_from, ulong tx_blockHeight)IXICore.Transactionstatic
multisigAddTxSignature(string orig_txid, IxiNumber tx_fee, byte[] tx_from, ulong tx_blockHeight)IXICore.Transactionstatic
multisigChangeReqSigs(byte sigs, IxiNumber tx_fee, byte[] tx_from, ulong tx_blockHeight)IXICore.Transactionstatic
multisigDelKeyTransaction(byte[] disallowed_address, IxiNumber tx_fee, byte[] tx_from, ulong tx_blockHeight)IXICore.Transactionstatic
multisigTransaction(IxiNumber tx_amount, IxiNumber tx_fee, byte[] tx_to, byte[] tx_from, ulong tx_blockHeight)IXICore.Transactionstatic
multisigTransaction(IxiNumber tx_fee, SortedDictionary< byte[], IxiNumber > tx_to_list, byte[] tx_from, ulong tx_blockHeight)IXICore.Transactionstatic
MultisigWalletChangeType enum nameIXICore.Transaction
nonceIXICore.Transaction
powVerifiedIXICore.Transaction
pubKeyIXICore.Transaction
signatureIXICore.Transaction
timeStampIXICore.Transaction
toDictionary()IXICore.Transaction
toListIXICore.Transaction
Transaction(int tx_type)IXICore.Transaction
Transaction(int tx_type, IxiNumber tx_amount, IxiNumber tx_feePerKb, byte[] tx_to, byte[] tx_from, byte[] tx_data, byte[] tx_pubKey, ulong tx_blockHeight, int tx_nonce=-1, long tx_timestamp=0)IXICore.Transaction
Transaction(int tx_type, IxiNumber tx_feePerKb, SortedDictionary< byte[], IxiNumber > tx_toList, byte[] tx_from, byte[] tx_data, byte[] tx_pubKey, ulong tx_blockHeight, int tx_nonce=-1, long tx_timestamp=0)IXICore.Transaction
Transaction(int tx_type, IxiNumber tx_feePerKb, SortedDictionary< byte[], IxiNumber > tx_toList, SortedDictionary< byte[], IxiNumber > tx_fromList, byte[] tx_data, byte[] tx_pubKey, ulong tx_blockHeight, int tx_nonce=-1, bool sign_transaction=true)IXICore.Transaction
Transaction(Transaction tx_transaction)IXICore.Transaction
Transaction(byte[] bytes, bool include_applied=false)IXICore.Transaction
typeIXICore.Transaction
Type enum nameIXICore.Transaction
verifySignature(byte[] pubkey, byte[] nonce)IXICore.Transaction
versionIXICore.Transaction