Umi — API References - v1.3.0
    Preparing search index...

    Type Alias RpcSimulateTransactionAccountInfo

    Defines the result of a transaction simulation accounts info.

    type RpcSimulateTransactionAccountInfo = {
        data: string[];
        executable: boolean;
        lamports: number;
        owner: string;
        rentEpoch?: number;
    }
    Index

    Properties

    data: string[]
    executable: boolean
    lamports: number
    owner: string
    rentEpoch?: number