Type Alias ethcontract::dyns::DynWeb3

source ·
pub type DynWeb3 = Web3<DynTransport>;
Expand description

Type alias for a Web3 with an underlying DynTransport.

Aliased Type§

struct DynWeb3 { /* private fields */ }