pub struct DnsProxy;Trait Implementations§
Source§impl<Env, From, To, Gas> TxProxyTrait<Env, From, To, Gas> for DnsProxy
impl<Env, From, To, Gas> TxProxyTrait<Env, From, To, Gas> for DnsProxy
type TxProxyMethods = DnsProxyMethods<Env, From, To, Gas>
Source§fn proxy_methods(
self,
tx: Tx<Env, From, To, (), Gas, (), ()>,
) -> Self::TxProxyMethods
fn proxy_methods( self, tx: Tx<Env, From, To, (), Gas, (), ()>, ) -> Self::TxProxyMethods
Creates the associated type that contains the proxy methods implementations.