TransactionBlockResponseOptions

@Serializable
data class TransactionBlockResponseOptions(val showInput: Boolean, val showRawInput: Boolean, val showEffects: Boolean, val showEvents: Boolean, val showObjectChanges: Boolean, val showBalanceChanges: Boolean)

The options for the transaction response.

Constructors

Link copied to clipboard
constructor(showInput: Boolean, showRawInput: Boolean, showEffects: Boolean, showEvents: Boolean, showObjectChanges: Boolean, showBalanceChanges: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard