TransactionBlockResponseOptions

data class TransactionBlockResponseOptions(val first: Int? = null, val last: Int? = null, val before: String? = null, val after: String? = null, val showBalanceChanges: Boolean? = null, val showEffects: Boolean? = null, val showRawEffects: Boolean? = null, val showEvents: Boolean? = null, val showInput: Boolean? = null, val showObjectChanges: Boolean? = null, val showRawInput: Boolean? = null, val filter: TransactionBlockFilter? = null)

Constructors

Link copied to clipboard
constructor(first: Int? = null, last: Int? = null, before: String? = null, after: String? = null, showBalanceChanges: Boolean? = null, showEffects: Boolean? = null, showRawEffects: Boolean? = null, showEvents: Boolean? = null, showInput: Boolean? = null, showObjectChanges: Boolean? = null, showRawInput: Boolean? = null, filter: TransactionBlockFilter? = null)

Properties

Link copied to clipboard
val after: String? = null
Link copied to clipboard
val before: String? = null
Link copied to clipboard
val filter: TransactionBlockFilter? = null
Link copied to clipboard
val first: Int? = null
Link copied to clipboard
val last: Int? = null
Link copied to clipboard
Link copied to clipboard
val showEffects: Boolean? = null
Link copied to clipboard
val showEvents: Boolean? = null
Link copied to clipboard
val showInput: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val showRawEffects: Boolean? = null
Link copied to clipboard
val showRawInput: Boolean? = null