DelegationChain constructor
DelegationChain(
- List<
SignedDelegation> delegations, - DerEncodedBlob publicKey
Implementation
DelegationChain(
this.delegations,
this.publicKey,
);