TxContent class abstract

TxContent

Properties:

  • hash - Transaction hash
  • block - Block hash
  • blockHeight - Block number
  • blockTime - Block creation time in UNIX time
  • slot - Slot number
  • index - Transaction index within the block
  • outputAmount
  • fees - Fees of the transaction in Lovelaces
  • deposit - Deposit within the transaction in Lovelaces
  • size - Size of the transaction in Bytes
  • invalidBefore - Left (included) endpoint of the timelock validity intervals
  • invalidHereafter - Right (excluded) endpoint of the timelock validity intervals
  • utxoCount - Count of UTXOs within the transaction
  • withdrawalCount - Count of the withdrawals within the transaction
  • mirCertCount - Count of the MIR certificates within the transaction
  • delegationCount - Count of the delegations within the transaction
  • stakeCertCount - Count of the stake keys (de)registration within the transaction
  • poolUpdateCount - Count of the stake pool registration and update certificates within the transaction
  • poolRetireCount - Count of the stake pool retirement certificates within the transaction
  • assetMintOrBurnCount - Count of asset mints and burns within the transaction
  • redeemerCount - Count of redeemers within the transaction
  • validContract - True if contract script passed validation
Annotations
  • @BuiltValue()

Constructors

TxContent([void updates(TxContentBuilder b)])
factory

Properties

assetMintOrBurnCount int
Count of asset mints and burns within the transaction
no setter
block String
Block hash
no setter
blockHeight int
Block number
no setter
blockTime int
Block creation time in UNIX time
no setter
delegationCount int
Count of the delegations within the transaction
no setter
deposit String
Deposit within the transaction in Lovelaces
no setter
fees String
Fees of the transaction in Lovelaces
no setter
hash String
Transaction hash
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
Transaction index within the block
no setter
invalidBefore String?
Left (included) endpoint of the timelock validity intervals
no setter
invalidHereafter String?
Right (excluded) endpoint of the timelock validity intervals
no setter
mirCertCount int
Count of the MIR certificates within the transaction
no setter
outputAmount → BuiltList<TxContentOutputAmountInner>
no setter
poolRetireCount int
Count of the stake pool retirement certificates within the transaction
no setter
poolUpdateCount int
Count of the stake pool registration and update certificates within the transaction
no setter
redeemerCount int
Count of redeemers within the transaction
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
Size of the transaction in Bytes
no setter
slot int
Slot number
no setter
stakeCertCount int
Count of the stake keys (de)registration within the transaction
no setter
utxoCount int
Count of UTXOs within the transaction
no setter
validContract bool
True if contract script passed validation
no setter
withdrawalCount int
Count of the withdrawals within the transaction
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TxContentBuilder)) TxContent
Rebuilds the instance.
inherited
toBuilder() TxContentBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<TxContent>
no setter