sol_rpc_types 3.1.2

Candid types used by the SOL RPC canister
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[![Internet Computer portal](https://img.shields.io/badge/InternetComputer-grey?logo=internet%20computer&style=for-the-badge)](https://internetcomputer.org)
[![DFinity Forum](https://img.shields.io/badge/help-post%20on%20forum.dfinity.org-blue?style=for-the-badge)](https://forum.dfinity.org/t/sol-rpc-canister/41896)
[![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg?logo=apache&style=for-the-badge)](LICENSE)

# Crate `sol_rpc_types`

Library defining the types for interacting with the [SOL RPC canister](https://github.com/dfinity/sol-rpc-canister/).
See the Rust [documentation](https://docs.rs/sol_rpc_types) for more details.

## Build Requirements

If you are using the `sol_rpc_types` crate inside a canister, make sure to follow the steps outlined [here](https://github.com/dfinity/sol-rpc-canister/blob/main/libs/client/README.md#build-requirements) to ensure your code compiles.