| ActivateBidEntryPoint |
The `activate bid` native entry point, used to reactivate an inactive bid.
|
| AddBidEntryPoint |
The `add_bid` native entry point, used to create or top off a bid purse.
|
| AddReservationsEntryPoint |
The `add_reservations` native entry point, used to add delegators to validator's reserve
list.
|
| CallEntryPoint |
The standard `call` entry point used in session code.
|
| CancelReservationsEntryPoint |
|
| ChangeBidPublicKeyEntryPoint |
The `change_bid_public_key` native entry point, used to change a bid's public key.
|
| CustomEntryPoint |
A non-native, arbitrary entry point.
|
| CustomEntryPoint.CustomEntryPointBuilder |
|
| DelegateEntryPoint |
The `delegate` native entry point, used to add a new delegator or increase an existing
delegator's stake.
|
| RedelegateEntryPoint |
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.
|
| TransactionEntryPoint |
The entry point of a Transaction.
|
| TransferEntryPoint |
The `transfer` native entry point, used to transfer `Motes` from a source purse to a target
purse.
|
| UndelegateEntryPoint |
The `undelegate` native entry point, used to reduce a delegator's stake or remove the
delegator if the remaining stake is 0.
|
| WithdrawBidEntryPoint |
The `withdraw_bid` native entry point, used to decrease a stake.
|