Helius SDK - v2.2.2
    Preparing search index...

    Type Alias GpaV2AccountInfo

    Account info within a getProgramAccountsV2 response.

    type GpaV2AccountInfo = {
        data: any;
        executable: boolean;
        lamports: number;
        owner: string;
        rentEpoch: number;
        space?: number;
    }
    Index

    Properties

    data: any
    executable: boolean
    lamports: number
    owner: string
    rentEpoch: number
    space?: number