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@ec1275973bcf46297753535552a0cf5544a820ae
Build Instructions
Pre-requisites:
In order to generate an individual proto file run:
buf generate --template --output --path
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