Class UnbondKind

Represents the kind of unbonding request, including information about the validator, delegated public key, and delegated purse.

Hierarchy

  • UnbondKind

Constructors

Properties

delegatedPublicKey: PublicKey

The public key of the delegated account involved in the unbonding.

delegatedPurse: URef

The purse associated with the delegation from which tokens will be unbonded.

validator: PublicKey

The public key of the validator who the tokens are being unbonded from.

Generated using TypeDoc