Trait elrond_wasm::api::SendApi

source ·
pub trait SendApi: ManagedTypeApi + BlockchainApi {
    type SendApiImpl: SendApiImpl + HandleTypeInfo<ManagedBufferHandle = Self::ManagedBufferHandle, BigIntHandle = Self::BigIntHandle, BigFloatHandle = Self::BigFloatHandle, EllipticCurveHandle = Self::EllipticCurveHandle>;

    fn send_api_impl() -> Self::SendApiImpl;
}

Required Associated Types§

Required Methods§

Implementors§