ShelleyVkeyWitness constructor

ShelleyVkeyWitness({
  1. required List<int> vkey,
  2. required List<int> signature,
})

Implementation

ShelleyVkeyWitness({required this.vkey, required this.signature});