Class UnbondingPurse

Represents an unbonding purse, which contains information about the unbonding process of a bonded amount.

Hierarchy

  • UnbondingPurse

Constructors

Properties

The amount being unbonded, represented as CLValueUInt512.

bondingPurse: URef

The bonding purse from which the unbonding is taking place, represented as a URef.

eraOfCreation: number

The era when the unbonding purse was created.

newValidator?: PublicKey

The public key of a new validator, if applicable. This may be used for transferring the bonded amount to a new validator.

unbonderPublicKey: PublicKey

The public key of the unbonder, representing the individual initiating the unbonding process.

validatorPublicKey: PublicKey

The public key of the validator associated with the unbonding.

Generated using TypeDoc