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