This is the complete list of members for DLT.Transaction, including all inherited members.
amount | DLT.Transaction | |
applied | DLT.Transaction | |
blockHeight | DLT.Transaction | |
calculateChecksum(Transaction transaction) | DLT.Transaction | static |
calculateMinimumFee(IxiNumber pricePerKb) | DLT.Transaction | |
calculateTotalAmount() | DLT.Transaction | |
checksum | DLT.Transaction | |
data | DLT.Transaction | |
equals(Transaction tx) | DLT.Transaction | |
fee | DLT.Transaction | |
findMyMultisigAddressData(byte[] multisig_address) | DLT.Transaction | static |
fromList | DLT.Transaction | |
fromLocalStorage | DLT.Transaction | |
generateChecksums() | DLT.Transaction | |
generateID() | DLT.Transaction | |
getBytes() | DLT.Transaction | |
GetMultisigData() | DLT.Transaction | |
getSignature(byte[] checksum, byte[] private_key=null) | DLT.Transaction | |
id | DLT.Transaction | |
maxVersion | DLT.Transaction | static |
multisigAddKeyTransaction(byte[] allowed_address, IxiNumber tx_fee, byte[] tx_from, ulong tx_blockHeight) | DLT.Transaction | static |
multisigAddTxSignature(string orig_txid, IxiNumber tx_fee, byte[] tx_from, ulong tx_blockHeight) | DLT.Transaction | static |
multisigChangeReqSigs(byte sigs, IxiNumber tx_fee, byte[] tx_from, ulong tx_blockHeight) | DLT.Transaction | static |
multisigDelKeyTransaction(byte[] disallowed_address, IxiNumber tx_fee, byte[] tx_from, ulong tx_blockHeight) | DLT.Transaction | static |
multisigTransaction(IxiNumber tx_amount, IxiNumber tx_fee, byte[] tx_to, byte[] tx_from, ulong tx_blockHeight) | DLT.Transaction | static |
multisigTransaction(IxiNumber tx_fee, SortedDictionary< byte[], IxiNumber > tx_to_list, byte[] tx_from, ulong tx_blockHeight) | DLT.Transaction | static |
MultisigWalletChangeType enum name | DLT.Transaction | |
nonce | DLT.Transaction | |
pubKey | DLT.Transaction | |
signature | DLT.Transaction | |
timeStamp | DLT.Transaction | |
toDictionary() | DLT.Transaction | |
toList | DLT.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 name | DLT.Transaction | |
type | DLT.Transaction | |
verifySignature(byte[] pubkey, byte[] nonce) | DLT.Transaction | |
version | DLT.Transaction |