Skip to main content

Interface: Named

Named represents a named table with a prefix.

Properties​

name​

name: string

@custom:deprecated First table's full name.

Source​

@tableland/sdk/src/registry/utils.ts:45


names​

names: string[]

The full table names

Source​

@tableland/sdk/src/registry/utils.ts:53


prefix​

prefix: string

@custom:deprecated First table name prefix.

Source​

@tableland/sdk/src/registry/utils.ts:49


prefixes​

prefixes: string[]

The table prefixes

Source​

@tableland/sdk/src/registry/utils.ts:57