injective-std
BETA VERSION:
The bindings are currently tracking an unofficial release of Injective.
Injective's proto-generated types and helpers built using Buf. Enables interaction with both custom and standard modules.
Supported Version
- Injective-Core@5a3be66a43c10675356aa6cace331da8a28990b2
Build Instructions
Pre-requisites:
In order to generate an individual proto file run:
buf generate [/path/to/injective-core] --template [/path/to/buf.gen.yaml] --output [output-path] --path [/path/to/module/proto]
Example buf.gen.yaml
file:
plugins:
- plugin: buf.build/community/neoeinstein-prost
out: .
opt:
- extern_path=.google.protobuf.Timestamp=crate::shim::Timestamp
- extern_path=.google.protobuf.Duration=crate::shim::Duration
- extern_path=.google.protobuf.Any=crate::shim::Any