Properties
layout
layout: AbiValueType
Defined in: metacomputer/gen-framework/client-and-test-utils/client-sdk-ts/packages/client-sdk/src/rpc-types/types.ts:435
Canonical fallback describing the physical layout of the import.
path
path: SystemPath
Defined in: metacomputer/gen-framework/client-and-test-utils/client-sdk-ts/packages/client-sdk/src/rpc-types/types.ts:439
Fully-qualified path that can be resolved by downstream tooling.
type_args?
Defined in: metacomputer/gen-framework/client-and-test-utils/client-sdk-ts/packages/client-sdk/src/rpc-types/types.ts:445 Generic type arguments, empty for non-generic types. For generic system types likeoptionaltype_args?:AbiMethodValueType[]
CallbackResult<T>, this contains the concrete type arguments (e.g., [Primitive(Bool)] for CallbackResult<bool>).