@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias TokenData

    Chain-specific protocol fields. Solana SPL tokens carry tokenProgram (+ an optional mintfx mapping); other chains carry neither. No longer discriminated on the chain — the chain is now the chain_id FK and validity is enforced at the FK + service layer.

    type TokenData = {
        mintfxId?: string;
        tokenProgram?: string;
    }
    Index

    Properties

    mintfxId?: string
    tokenProgram?: string