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.

Source​

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


statements​

statements: string[]

List of create SQL statement strings.

Source​

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