Class DelegateEntryPoint

  • All Implemented Interfaces:
    CasperSerializableObject, Tag, SerializableObject

    public class DelegateEntryPoint
    extends TransactionEntryPoint
    The `delegate` native entry point, used to add a new delegator or increase an existing delegator's stake.

    Requires the following runtime args:

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

      • DelegateEntryPoint

        public DelegateEntryPoint()