Delegation constructor

Delegation(
  1. BinaryBlob pubkey,
  2. BigInt expiration,
  3. List<Principal>? targets
)

Implementation

Delegation(
  this.pubkey,
  this.expiration,
  this.targets,
);