Delegation constructor
Delegation(
- BinaryBlob pubkey,
- BigInt expiration,
- List<
Principal> ? targets
Implementation
Delegation(
this.pubkey,
this.expiration,
this.targets,
);