Skip to main content

Interface: MutateOneParams

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

Hierarchy

Properties

chainId

chainId: number

The target chain id.

Inherited from

TableIdentifier.chainId

Defined in

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


statement

statement: string

SQL statement string.

Defined in

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


tableId

tableId: string

The target table id.

Inherited from

TableIdentifier.tableId

Defined in

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