VerifyCardanoSignatureArgs constructor
const
VerifyCardanoSignatureArgs({
- required Uint8List signData,
- Uint8List? witnessSet,
- List<
CardanoWitness> ? witnesses, - VerifyCardanoAccount? account,
- List<
String> ? signerPaths,
Implementation
const VerifyCardanoSignatureArgs({
required this.signData,
this.witnessSet,
this.witnesses,
this.account,
this.signerPaths,
});