SimulateTranasctionResponse constructor
const
SimulateTranasctionResponse({
- dynamic err,
- List<
String> ? logs, - List<
SolanaAccountInfo?> ? accounts, - BigInt? unitsConsumed,
- SimulateTranasctionReturnDataResponse? returnData,
- CompiledInnerInstruction? innerInstructions,
Implementation
const SimulateTranasctionResponse(
{this.err,
this.logs,
this.accounts,
this.unitsConsumed,
this.returnData,
this.innerInstructions});