tea-actorx-core 0.2.0-dev.22

The TEA SDK
use tea_codec::define_scope;

define_scope! {
	ActorX {
		Host;
		HostInstantiation;
		WasmCompile;
		WasmExport;
		WasmRuntime;
		GasFeeExhausted;
		PriceUndefined;
		AccessNotPermitted;
		RingInvocation;
		NativeActorCallingWasmActor;
		WasmMemoryAccess;
		NativeActorNotExists;
		ArgsTypeMismatch;
	}
}