Crate ibc_proto

Source
Expand description

ibc-proto library gives the developer access to the Cosmos SDK IBC proto-defined structs.

Re-exports§

pub use ics23;

Modules§

cosmos
Cosmos protobuf definitions.
google
ibc
interchain_security
stride

Macros§

include_proto

Structs§

Error

Constants§

FILE_DESCRIPTOR_SET
File descriptor set of compiled proto.
IBC_GO_COMMIT
The version (commit hash) of IBC Go used when generating this library.
INTERCHAIN_SECURITY_COMMIT
The version (commit hash) of Interchain Security used when generating this library.
NFT_TRANSFER_COMMIT
The version (commit hash) of nft-transfer used when generating this library.

Traits§

Protobuf
Allows for easy Google Protocol Buffers encoding and decoding of domain types with validation.