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

    Type Alias TokenTransferOutputData

    type TokenTransferOutputData = {
        owner: PublicKey;
        amount: BN;
        lamports: BN | null;
        tlv: Buffer | null;
    }
    Index

    Properties

    owner: PublicKey

    The owner of the output token account

    amount: BN

    The amount of tokens of the output token account

    lamports: BN | null

    lamports associated with the output token account

    tlv: Buffer | null

    TokenExtension tlv