BcsWriterOptions
@iota/bcs / BcsWriterOptions
Interface: BcsWriterOptions
Defined in: writer.ts:9
Properties
allocateSize?
optionalallocateSize?:number
Defined in: writer.ts:15
The amount of bytes that will be allocated whenever additional memory is required
initialSize?
optionalinitialSize?:number
Defined in: writer.ts:11
The initial size (in bytes) of the buffer that will be allocated
maxSize?
optionalmaxSize?:number
Defined in: writer.ts:13
The maximum size (in bytes) that the buffer is allowed to grow to