Ixian SDK
DLT.Transaction Member List

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

amountDLT.Transaction
appliedDLT.Transaction
blockHeightDLT.Transaction
calculateChecksum(Transaction transaction)DLT.Transactionstatic
calculateMinimumFee(IxiNumber pricePerKb)DLT.Transaction
calculateTotalAmount()DLT.Transaction
checksumDLT.Transaction
dataDLT.Transaction
equals(Transaction tx)DLT.Transaction
feeDLT.Transaction
findMyMultisigAddressData(byte[] multisig_address)DLT.Transactionstatic
fromListDLT.Transaction
fromLocalStorageDLT.Transaction
generateChecksums()DLT.Transaction
generateID()DLT.Transaction
getBytes()DLT.Transaction
GetMultisigData()DLT.Transaction
getSignature(byte[] checksum, byte[] private_key=null)DLT.Transaction
idDLT.Transaction
maxVersionDLT.Transactionstatic
multisigAddKeyTransaction(byte[] allowed_address, IxiNumber tx_fee, byte[] tx_from, ulong tx_blockHeight)DLT.Transactionstatic
multisigAddTxSignature(string orig_txid, IxiNumber tx_fee, byte[] tx_from, ulong tx_blockHeight)DLT.Transactionstatic
multisigChangeReqSigs(byte sigs, IxiNumber tx_fee, byte[] tx_from, ulong tx_blockHeight)DLT.Transactionstatic
multisigDelKeyTransaction(byte[] disallowed_address, IxiNumber tx_fee, byte[] tx_from, ulong tx_blockHeight)DLT.Transactionstatic
multisigTransaction(IxiNumber tx_amount, IxiNumber tx_fee, byte[] tx_to, byte[] tx_from, ulong tx_blockHeight)DLT.Transactionstatic
multisigTransaction(IxiNumber tx_fee, SortedDictionary< byte[], IxiNumber > tx_to_list, byte[] tx_from, ulong tx_blockHeight)DLT.Transactionstatic
MultisigWalletChangeType enum nameDLT.Transaction
nonceDLT.Transaction
pubKeyDLT.Transaction
signatureDLT.Transaction
timeStampDLT.Transaction
toDictionary()DLT.Transaction
toListDLT.Transaction
Transaction(int tx_type)DLT.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)DLT.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)DLT.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)DLT.Transaction
Transaction(Transaction tx_transaction)DLT.Transaction
Transaction(byte[] bytes)DLT.Transaction
Type enum nameDLT.Transaction
typeDLT.Transaction
verifySignature(byte[] pubkey, byte[] nonce)DLT.Transaction
versionDLT.Transaction