DelegationChain constructor

DelegationChain(
  1. List<SignedDelegation> delegations,
  2. DerEncodedBlob publicKey
)

Implementation

DelegationChain(
  this.delegations,
  this.publicKey,
);