fromDelegation static method
Create a delegation without having access to delegate key.
Implementation
static DelegationIdentity fromDelegation(
SignIdentity key,
DelegationChain delegation,
) {
return DelegationIdentity(key, delegation);
}
Create a delegation without having access to delegate key.
static DelegationIdentity fromDelegation(
SignIdentity key,
DelegationChain delegation,
) {
return DelegationIdentity(key, delegation);
}