Expand description
Type aliases to various runtime types that use an underlying
DynTransport. These types are used extensively throughout the
generated code.
Re-exports§
pub use crate::transport::DynTransport;
Type Aliases§
- DynAll
Events Builder - Type alias for a
LogStreamwith an underlyingDynTransport. - DynDeploy
Builder - Type alias for a
DeployBuilderwith an underlyingDynTransport. - DynEvent
Builder - Type alias for a
EventBuilderwith an underlyingDynTransport. - DynInstance
- Type alias for an
Instancewith an underlyingDynTransport. - DynMethod
Builder - Type alias for a
MethodBuilderwith an underlyingDynTransport. - DynView
Method Builder - Type alias for a
ViewMethodBuilderwith an underlyingDynTransport. - DynWeb3
- Type alias for a
Web3with an underlyingDynTransport.