Type alias BundleProof

BundleProof: {
    bundleId: string;
    siblings: string[];
    totalLeaves: number;
    treeIndex: number;
}

Type declaration

  • bundleId: string
  • siblings: string[]
  • totalLeaves: number
  • treeIndex: number