Trait multiversx_sc::api::SendApi
source · pub trait SendApi: ManagedTypeApi + BlockchainApi {
type SendApiImpl: SendApiImpl + HandleTypeInfo<ManagedBufferHandle = Self::ManagedBufferHandle, BigIntHandle = Self::BigIntHandle, BigFloatHandle = Self::BigFloatHandle, EllipticCurveHandle = Self::EllipticCurveHandle>;
// Required method
fn send_api_impl() -> Self::SendApiImpl;
}
Required Associated Types§
type SendApiImpl: SendApiImpl + HandleTypeInfo<ManagedBufferHandle = Self::ManagedBufferHandle, BigIntHandle = Self::BigIntHandle, BigFloatHandle = Self::BigFloatHandle, EllipticCurveHandle = Self::EllipticCurveHandle>
Required Methods§
fn send_api_impl() -> Self::SendApiImpl
Object Safety§
This trait is not object safe.