Clients
WASM SDK - wRPC
- RpcClient class - main RPC class for interacting with the node
- Resolver class - class for resolving public nodes against PNN
Examples
Rust SDK - wRPC
- KaspaRpcClient struct - main wRPC struct for interfacing with the node
- RpcApi trait - trait that defines RPC methods
- Resolver struct - struct for resolving public nodes against PNN
Examples
Rust SDK - gRPC
- GrpcClient struct implementation.
gRPC .proto definitions
gRPC integration provides .proto files that can be used to generate client code in multiple languages. gRPC .proto files messages.proto and rpc.proto can be found in the Rusty Kaspa repository at https://github.com/kaspanet/rusty-kaspa/tree/master/rpc/grpc/core/proto.