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