Voucher constructor

const Voucher({
  1. required LeafSchemaV1 leafSchema,
  2. required int index,
  3. required SolAddress merkleTree,
})

Implementation

const Voucher(
    {required this.leafSchema,
    required this.index,
    required this.merkleTree});