Voucher constructor
const
Voucher({
- required LeafSchemaV1 leafSchema,
- required int index,
- required SolAddress merkleTree,
Implementation
const Voucher(
{required this.leafSchema,
required this.index,
required this.merkleTree});