Options
All
  • Public
  • Public/Protected
  • All
Menu

A single delegation object that is signed by a private key. This is constructed by DelegationChain.create().

{@see DelegationChain}

Hierarchy

  • Delegation

Index

Constructors

  • new Delegation(pubkey: ArrayBuffer, expiration: bigint, targets?: Principal[]): Delegation

Properties

expiration: bigint
pubkey: ArrayBuffer
targets?: Principal[]

Methods

  • toCBOR(): CborValue
  • toJSON(): JsonnableDelegation

Generated using TypeDoc