Trait multiversx_sc::api::CallValueApi

source ·
pub trait CallValueApi: HandleTypeInfo {
    type CallValueApiImpl: CallValueApiImpl + HandleTypeInfo<ManagedBufferHandle = Self::ManagedBufferHandle, BigIntHandle = Self::BigIntHandle, BigFloatHandle = Self::BigFloatHandle, EllipticCurveHandle = Self::EllipticCurveHandle>;

    // Required method
    fn call_value_api_impl() -> Self::CallValueApiImpl;
}

Required Associated Types§

source

type CallValueApiImpl: CallValueApiImpl + HandleTypeInfo<ManagedBufferHandle = Self::ManagedBufferHandle, BigIntHandle = Self::BigIntHandle, BigFloatHandle = Self::BigFloatHandle, EllipticCurveHandle = Self::EllipticCurveHandle>

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§