Enum NativeEntryPoint
Collection of entry points available for native calls to the system contracts.
Assembly: Casper.Network.SDK.dll
Syntax
public enum NativeEntryPoint
Fields
| Name |
Description |
| ActivateBid |
The activate_bid native entry point, used to used to reactivate an inactive bid.
|
| AddBid |
The add_bid native entry point, used to create or top off a bid purse.
|
| AddReservations |
The add_reservations native entry point, used to add delegators to validator's reserve list.
|
| Call |
Used to call entry point call() in session transactions.
|
| CancelReservations |
The cancel_reservations native entry point, used to remove delegators from validator's reserve list.
|
| ChangeBidPublicKey |
The change_bid_public_key native entry point, used to change a bid's public key.
|
| Custom |
A non-native, arbitrary entry point.
|
| Delegate |
The delegate native entry point, used to add a new delegator or increase an existing delegator's stake.
|
| Redelegate |
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.
|
| Transfer |
The transfer native entry point, used to transfer Motes from a source purse to a target purse.
|
| Undelegate |
The undelegate native entry point, used to reduce a delegator's stake or remove the delegator if the remaining stake is 0.
|
| WithdrawBid |
The withdraw_bid native entry point, used to decrease a stake.
|