Type alias TokenEntry

TokenEntry: {
    mint: string;
    proofs: Proof[];
}

TokenEntry that stores proofs and mints

Type declaration

  • mint: string

    the mints URL

  • proofs: Proof[]

    a list of proofs

Generated using TypeDoc