polymesh-api 3.10.0

Polymesh Rust API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Polymesh Rust Client API

The Rust client API for the [Polymesh](https://polymesh.network/) securities token blockchain.

# Versions

- Polymesh 7.x: `polymesh-api = 3.10`
- Polymesh 6.x: `polymesh-api = 3.6`
- Polymesh 5.x: `polymesh-api = 0.3.9`

## Examples

- `examples/simple_transfer` Show a minimal example to transfer POLYX.
- `examples/subscribe_blocks` Subscribe to new blocks.
- `examples/test_api` for testing the API.