| AwaitEvents |
This example shows how to use the ServerEventsClient to connect to a Casper node event stream. |
| DelegateStake |
This example shows how to delegate stake to a validator. |
| ExecTransfer |
This shows how to build and send a Deploy that transfer tokens to a recipient account. |
| GetAccountBalance |
This example shows how to use the NetCasperClient to retrieve the balance of an account from a public key or the main purse URef. |
| GetBlockTransfers |
This example shows how to use the height or the block hash to get a list of transfer in a specific block. |
| GetNodeMetrics |
In this example the static method GetNodeMetrics is used to get the metrics of a node. |
| GetNodeStatus |
Similarly, this example shows how to get the status of a node. |
| ListRewards |
This example shows how to extract the rewards for each validator in a given era. |