menu
kadena_dart_sdk package
documentation
models/pact_models.dart
PactCommand
PactCommand constructor
PactCommand constructor
dark_mode
light_mode
PactCommand
constructor
PactCommand
(
{
required
String
cmd
,
required
String
hash
,
required
List
<
Signer
>
sigs
,
})
Implementation
PactCommand({ required this.cmd, required this.hash, required this.sigs, });
kadena_dart_sdk package
documentation
models/pact_models
PactCommand
PactCommand constructor
PactCommand class