@solana/web3.js
    Preparing search index...

    Type Alias SimulatedTransactionResponse

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