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

    Interface AccountData

    Account data stored in a compressed account.

    interface AccountData {
        data: string;
        dataHash: string;
        discriminator: number;
    }
    Index

    Properties

    data: string

    Base64-encoded raw account data.

    dataHash: string

    Base58-encoded hash of the account data.

    discriminator: number

    8-byte discriminator identifying the account type (Anchor-compatible).