pub trait ClientApi<E>: ClientActorApi<E> + ClientActorKeyValueEntryApi<E> + ClientObjectApi<E> + ClientKeyValueStoreApi<E> + ClientKeyValueEntryApi<E> + ClientActorSortedIndexApi<E> + ClientActorIndexApi<E> + ClientFieldApi<E> + ClientBlueprintApi<E> + ClientCostingApi<E> + ClientTransactionRuntimeApi<E> + ClientExecutionTraceApi<E> + ClientCryptoUtilsApi<E>
where E: Debug,
{ }
Expand description

Interface of the system, for blueprints and Node modules.

For WASM blueprints, only a subset of the API is exposed at the moment.

Object Safety§

This trait is not object safe.

Implementors§