multiversx_sc::api

Trait HandleTypeInfo

Source
pub trait HandleTypeInfo {
    type ManagedBufferHandle: HandleConstraints;
    type BigIntHandle: HandleConstraints;
    type BigFloatHandle: HandleConstraints;
    type EllipticCurveHandle: HandleConstraints;
    type ManagedMapHandle: HandleConstraints;
}

Required Associated Types§

Implementors§