MerkleProof constructor

MerkleProof({
  1. String? root,
  2. List<BigInt>? siblings,
  3. String? oldKey,
  4. String? oldValue,
  5. bool? isOld0,
  6. String? key,
  7. String? value,
  8. int? fnc,
})

Implementation

MerkleProof(
    {this.root,
    this.siblings,
    this.oldKey,
    this.oldValue,
    this.isOld0,
    this.key,
    this.value,
    this.fnc});