Skip to main content

Interface: MutateOneParams

TableIdentifier represents the information required to identify a table on the Tableland network.

Extends

Properties

chainId

chainId: number

The target chain id.

Inherited from

TableIdentifier . chainId

Source

@tableland/sdk/src/registry/contract.ts:24


statement

statement: string

SQL statement string.

Source

@tableland/sdk/src/registry/run.ts:43


tableId

tableId: string

The target table id.

Inherited from

TableIdentifier . tableId

Source

@tableland/sdk/src/registry/contract.ts:28