Re-exports§
pub use component::ibc_action_with_handler::IbcRelayWithHandlers;
component
pub use component::StateReadExt;
component
pub use component::StateWriteExt;
component
Modules§
Structs§
- IbcToken
- IBC token represents a token that was created through IBC.
Enums§
Statics§
- IBC_
COMMITMENT_ PREFIX - The IBC commitment prefix used for the IBC substore, as a [
MerklePrefix
]. - IBC_
PROOF_ SPECS - The ICS23 proof spec for penumbra’s IBC state; this can be used to verify proofs for other substores in the penumbra state, provided that the data is indeed inside a substore (as opposed to directly in the root store.)
- IBC_
SUBSTORE_ PREFIX - The substore prefix used for IBC data.
Traits§
- Merkle
Prefix Ext - TODO: upstream into ibc-types