mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
10 lines
147 B
Markdown
10 lines
147 B
Markdown
# Channel
|
|
|
|
Wrapper for the Rust implementation of Channel in [crates/channel](../crates/channel).
|
|
|
|
## Generate Go bindings
|
|
|
|
```sh
|
|
go generate
|
|
```
|