Tx class

https://electrumx-ravencoin.readthedocs.io/en/latest/protocol-methods.html#blockchain-transaction-get { txid: e86f693b46f1ca33480d904acd526079ba7585896cff6d0ae5dcef322d9dc52a, hash: ccabf8580cc55890cba647960bf52760f37caf1923b2f184198e424fd356e3d2, version: 2, size: 173, vsize: 146, locktime: 0, vin: ..., vout: ..., hex: 020000000001010000000000000000000000000000000000000000000000000000000000000000ffffffff05038f020e00ffffffff020088526a740000001976a914713c2fa8992630a215bc6668822b0acfbc90ead988ac0000000000000000266a24aa21a9ede2f61c3f71d1defd3fa999dfa36953755c690689799962b48bebd836974e8cf90120000000000000000000000000000000000000000000000000000000000000000000000000, blockhash: 00000000e2ba484f128e5fff2d767f2d55d035a3d5e797081673c6f8886e58d9, height: 918159, confirmations: 925, time: 1633390166, blocktime: 1633390166}

Constructors

Tx({required String txid, required String hash, required int version, required int size, required int vsize, required int locktime, required List<TxVin> vin, required List<TxVout> vout, required String hex, required String? blockhash, required int? height, required int? confirmations, required int? time, required int? blocktime})

Properties

blockhash String?
final
blocktime int?
final
confirmations int?
final
hash String
final
hashCode int
The hash code for this object.
no setterinherited
height int?
final
hex String
final
locktime int
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
time int?
final
txid String
final
version int
final
vin List<TxVin>
final
vout List<TxVout>
final
vsize int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited