Hierarchy

  • TxProof

Properties

Properties

data: Uint8Array
proof: {
    aunts: readonly Uint8Array[];
    index: number;
    leafHash: Uint8Array;
    total: number;
}

Type declaration

  • Readonly aunts: readonly Uint8Array[]
  • Readonly index: number
  • Readonly leafHash: Uint8Array
  • Readonly total: number
rootHash: Uint8Array

Generated using TypeDoc