Class ActivateBidEntryPoint
- java.lang.Object
-
- com.casper.sdk.model.transaction.entrypoint.TransactionEntryPoint
-
- com.casper.sdk.model.transaction.entrypoint.ActivateBidEntryPoint
-
- All Implemented Interfaces:
CasperSerializableObject,Tag,SerializableObject
public class ActivateBidEntryPoint extends TransactionEntryPoint
The `activate bid` native entry point, used to reactivate an inactive bid.Requires the following runtime args:
- "validator_public_key": `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 ActivateBidEntryPoint()
-
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
-
-