ShelleyTransactionWitnessSet constructor

ShelleyTransactionWitnessSet({
  1. required List<ShelleyVkeyWitness> vkeyWitnesses,
  2. required List<ShelleyNativeScript> nativeScripts,
})

Implementation

ShelleyTransactionWitnessSet(
    {required this.vkeyWitnesses, required this.nativeScripts});