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