Skip to main content

BcsWriterOptions

@iota/bcs


@iota/bcs / BcsWriterOptions

Interface: BcsWriterOptions

Defined in: writer.ts:9

Properties

allocateSize?

optional allocateSize?: number

Defined in: writer.ts:15

The amount of bytes that will be allocated whenever additional memory is required


initialSize?

optional initialSize?: number

Defined in: writer.ts:11

The initial size (in bytes) of the buffer that will be allocated


maxSize?

optional maxSize?: number

Defined in: writer.ts:13

The maximum size (in bytes) that the buffer is allowed to grow to