Interface: MutateOneParams
TableIdentifier represents the information required to identify a table on the Tableland network.
Hierarchy
↳
MutateOneParams
Properties
chainId
• chainId: number
The target chain id.
Inherited from
Defined in
@tableland/sdk/src/registry/contract.ts:19
statement
• statement: string
SQL statement string.
Defined in
@tableland/sdk/src/registry/run.ts:50
tableId
• tableId: string
The target table id.
Inherited from
Defined in
@tableland/sdk/src/registry/contract.ts:23