@lightprotocol/compressed-token - v0.22.1-alpha.2
    Preparing search index...

    Type Alias TokenData

    type TokenData = {
        mint: PublicKey;
        owner: PublicKey;
        amount: BN;
        delegate: PublicKey | null;
        state: number;
        tlv: Buffer | null;
    }
    Index

    Properties

    mint: PublicKey

    The mint associated with this account

    owner: PublicKey

    The owner of this account

    amount: BN

    The amount of tokens this account holds

    delegate: PublicKey | null

    If delegate is Some then delegated_amount represents the amount authorized by the delegate

    state: number

    The account's state

    tlv: Buffer | null

    TokenExtension tlv