Interface TonProofItemReplySuccess

Hierarchy

  • TonProofItemReplySuccess

Properties

Properties

name: "ton_proof"
proof: {
    domain: {
        lengthBytes: number;
        value: string;
    };
    payload: string;
    signature: string;
    timestamp: number;
}

Type declaration

  • domain: {
        lengthBytes: number;
        value: string;
    }
    • lengthBytes: number
    • value: string
  • payload: string
  • signature: string
  • timestamp: number

Generated using TypeDoc