Skip to main content
Defined in: metacomputer/gen-framework/client-and-test-utils/client-sdk-ts/packages/client-sdk/src/rpc-types/types.ts:431 Imported type definition metadata.

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?

optional type_args?: AbiMethodValueType[]
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 like CallbackResult<T>, this contains the concrete type arguments (e.g., [Primitive(Bool)] for CallbackResult<bool>).