@lightprotocol/compressed-token - v0.23.0-beta.8
    Preparing search index...

    Interface AccountInterface

    interface AccountInterface {
        accountInfo: AccountInfo<Buffer<ArrayBufferLike>>;
        parsed: Account;
        isCold: boolean;
        loadContext?: MerkleContext;
        _sources?: TokenAccountSource[];
        _needsConsolidation?: boolean;
        _hasDelegate?: boolean;
        _anyFrozen?: boolean;
        _isAta?: boolean;
        _owner?: PublicKey;
        _mint?: PublicKey;
    }
    Index

    Properties

    accountInfo: AccountInfo<Buffer<ArrayBufferLike>>
    parsed: Account
    isCold: boolean
    loadContext?: MerkleContext
    _sources?: TokenAccountSource[]
    _needsConsolidation?: boolean
    _hasDelegate?: boolean
    _anyFrozen?: boolean
    _isAta?: boolean

    True when fetched via getAtaInterface

    _owner?: PublicKey

    Associated token account owner - set by getAtaInterface

    _mint?: PublicKey

    Associated token account mint - set by getAtaInterface