Class RedelegateEntryPoint
- java.lang.Object
-
- com.casper.sdk.model.transaction.entrypoint.TransactionEntryPoint
-
- com.casper.sdk.model.transaction.entrypoint.RedelegateEntryPoint
-
- All Implemented Interfaces:
CasperSerializableObject,Tag,SerializableObject
public class RedelegateEntryPoint extends TransactionEntryPoint
The `redelegate` native entry point, used to reduce a delegator's stake or remove the delegator if the remaining stake is 0, and after the unbonding delay, automatically delegate to a new validator.Requires the following runtime args:
- delegator": `PublicKey`
- "validator": `PublicKey`
- "amount": `U512`
- "new_validator": `PublicKey`
-
-
Field Summary
-
Fields inherited from class com.casper.sdk.model.transaction.entrypoint.TransactionEntryPoint
ACTIVATE_BID_TAG, ADD_BID_TAG, ADD_RESERVATIONS_TAG, CALL_TAG, CANCEL_RESERVATIONS_TAG, CHANGE_BID_PUBLIC_KEY_TAG, CUSTOM_CUSTOM_INDEX, CUSTOM_TAG, DELEGATE_TAG, REDELEGATE_TAG, TAG_FIELD_INDEX, TRANSFER_TAG, UNDELEGATE_TAG, WITHDRAW_BID_TAG
-
-
Constructor Summary
Constructors Constructor Description RedelegateEntryPoint()
-
Method Summary
-
Methods inherited from class com.casper.sdk.model.transaction.entrypoint.TransactionEntryPoint
canEqual, equals, getByteTag, getName, getTag, hashCode, serialize, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.casper.sdk.model.clvalue.serde.CasperSerializableObject
serialize
-
-