Applesauce
    Preparing search index...

    A token whose proofs may have either numeric or Amount amounts

    type TokenInput = {
        memo?: string;
        mint: string;
        proofs: ProofLike[];
        unit?: string;
    }
    Index

    Properties

    Properties

    memo?: string
    mint: string
    proofs: ProofLike[]
    unit?: string