Trait multiversx_sc::api::CryptoApi
source · pub trait CryptoApi: ManagedTypeApi {
type CryptoApiImpl: CryptoApiImpl + HandleTypeInfo<ManagedBufferHandle = Self::ManagedBufferHandle, BigIntHandle = Self::BigIntHandle, BigFloatHandle = Self::BigFloatHandle, EllipticCurveHandle = Self::EllipticCurveHandle>;
// Required method
fn crypto_api_impl() -> Self::CryptoApiImpl;
}