Module iota_types::bridge

source ·

Structs§

Enums§

  • Bridge provides an abstraction over multiple versions of the inner BridgeInner object. This should be the primary interface to the bridge object in Rust. We use enum dispatch to dispatch all methods defined in BridgeTrait to the actual implementation in the inner types.

Constants§

Traits§

  • This is the standard API that all bridge inner object type should implement.

Functions§

Type Aliases§