SimulateTransactionRequest

Types

Link copied to clipboard
sealed class TransactionChecks

buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX

Properties

Link copied to clipboard

Specify whether checks should be ENABLED (default) or DISABLED while executing the transaction

Link copied to clipboard
abstract val doGasSelection: Boolean?

Perform gas selection based on a budget estimation and include the selected gas payment and budget in the response.

Link copied to clipboard
Link copied to clipboard
abstract val readMask: FieldMask

Mask specifying which fields to read.

Link copied to clipboard
abstract val transaction: Transaction

Functions

Link copied to clipboard
fun SimulateTransactionRequest.copy(body: <Error class: unknown class>.() -> Unit = {}): SimulateTransactionRequest

Copies the original message, including unknown fields.