Skip to main content

Interface: RunSQLParams

@custom:deprecated This type will change in the next major version. Use the MutateOneParams type.

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:43


tableId

tableId: string

The target table id.

Inherited from

TableIdentifier.tableId

Defined in

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