Type Alias SimulatedTransactionResponse
SimulatedTransactionResponse: {
accounts?: (SimulatedTransactionAccountInfo | null)[] | null;
err: TransactionError | string | null;
innerInstructions?: ParsedInnerInstruction[] | null;
logs: string[] | null;
returnData?: TransactionReturnData | null;
unitsConsumed?: number;
}