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

    Function decompressInterface

    • Decompress compressed light-tokens (cold balance) to a light-token associated token account (hot balance).

      For unified loading, use loadAta instead.

      Parameters

      • rpc: Rpc

        RPC connection

      • payer: Signer

        Fee payer (signer)

      • owner: Signer

        Owner of the light-tokens (signer)

      • mint: PublicKey

        Mint address

      • Optionalamount: number | bigint | BN

        Amount to decompress (defaults to all)

      • OptionaldestinationAta: PublicKey

        Destination token account address

      • OptionaldestinationOwner: PublicKey

        Owner of the destination associated token account

      • OptionalsplInterfaceInfo: SplInterfaceInfo

        SPL interface info for SPL/T22 destinations

      • OptionalconfirmOptions: ConfirmOptions

        Confirm options

      Returns Promise<string | null>

      Transaction signature, null if nothing to load.