TransactionInfo

scalus.cardano.blockfrost.TransactionInfo
case class TransactionInfo(hash: String, block: String, blockHeight: Long, blockTime: Long, slot: Long, index: Int, fees: Coin, size: Long, invalidBefore: Option[String], invalidHereafter: Option[String], utxoCount: Int, redeemerCount: Int, outputAmount: Seq[AssetAmount], validContract: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product