[][src]Type Definition ethcontract::contract::MethodSendFuture

type MethodSendFuture<T> = MethodFuture<SendFuture<T>>;

A type alias for a MethodFuture wrapped SendFuture.