Skip to main content

Interface: CreateManyParams

CreateManyParams Represents the parameters Object used to create multiple tables in a single tx.

Properties

chainId

chainId: number

The target chain id.

Defined in

@tableland/sdk/src/registry/create.ts:75


statements

statements: string[]

List of create SQL statement strings.

Defined in

@tableland/sdk/src/registry/create.ts:74