Class UndelegateEntryPoint

  • All Implemented Interfaces:
    CasperSerializableObject, Tag, SerializableObject

    public class UndelegateEntryPoint
    extends TransactionEntryPoint
    The `undelegate` native entry point, used to reduce a delegator's stake or remove the delegator if the remaining stake is 0.

    Requires the following runtime args:

    • delegator": `PublicKey`
    • "validator": `PublicKey`
    • "amount": `U512`
    • Constructor Detail

      • UndelegateEntryPoint

        public UndelegateEntryPoint()