Delegation constructor
Delegation(
- Uint8List? subnet_id,
- BinaryBlob certificate
Implementation
Delegation(this.subnet_id, this.certificate);
Delegation(this.subnet_id, this.certificate);