paritytech / parity-common

Collection of crates used in Parity projects
https://www.paritytech.io/
Apache License 2.0
282 stars 213 forks source link

Is there a corresponding library in Go for Rust's primitive-types package? #796

Closed qingfengzxr closed 10 months ago

qingfengzxr commented 11 months ago

Hello, i use the primitive-types cargo in rust grpc. Now i want to make a go client. Is there a corresponding library in Go for Rust's primitive-types package?

ggwpez commented 10 months ago

The only thing about Go that i know in regards to Polkadot is that this is the most advanced lib: https://github.com/centrifuge/go-substrate-rpc-client

Either way, this is a Go question - not an issue. Please ask somewhere in the Go community.