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