| 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 using a legacy Deploy. |
| ExecTransfer |
This shows how to build and send a Deploy that transfers 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. |
| GetBalance |
This example shows how to use QueryBalance() with a PublicKey, a URef, or an AddressableEntityKey. |
| GetBlockTransfers |
This example shows how to use the height or the block hash to get a list of transfers in a specific block. |
| GetChainspec |
This example shows how to retrieve and parse the network's chainspec. |
| 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. |
| NativeAuction |
This example shows how to delegate stake using the new TransactionV1 builder. |
| NativeTransfer |
This example shows how to transfer CSPR using the new TransactionV1 builder. |