Skip to content

@gala-chain/testAPI


API > WriteRecord

Type alias: WriteRecord

WriteRecord: ChainObject | RangedChainObject | object | object

Union type representing different types of blockchain write operations.

Supports writing ChainObjects, RangedChainObjects, deletions, and raw key-value pairs.

Source

chain-test/src/unit/writes.ts:22