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;
}