ScStateElement constructor

ScStateElement({
  1. required int leafIndex,
  2. List<String> merkleProof = const [],
})

Implementation

ScStateElement({
  required this.leafIndex,
  this.merkleProof = const [],
});