@lightprotocol/stateless.js - v0.22.1-alpha.1
    Preparing search index...

    Type Alias TokenData

    Token data.

    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

    Token extension tlv.