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