Simulate Transaction Response
@Serializable
Constructors
Link copied to clipboard
constructor(err: JsonElement?, logs: List<String>?, accounts: List<SimulateTransactionResponse.AccountInfo>?, unitsConsumed: ULong, returnData: SimulateTransactionResponse.ReturnData?, innerInstructions: JsonElement?)
Types
Link copied to clipboard
@Serializable
Link copied to clipboard
Properties
Link copied to clipboard
Accounts requested if any
Link copied to clipboard
Defined only if innerInstructions was set to true
Link copied to clipboard
the most-recent return data generated by an instruction in the transaction
Link copied to clipboard
The number of compute budget units consumed during the processing of this transaction