Type alias V4ProofTemplate

V4ProofTemplate: {
    a: number;
    c: Uint8Array;
    s: string;
}

Template for a Proof inside a V4 Token

Type declaration

  • a: number

    Amount

  • c: Uint8Array

    Signature

  • s: string

    Secret

Generated using TypeDoc