@ethereumjs/evm / EOFContainer
Defined in: eof/container.ts:437
Main constructor for the EOFContainer
new EOFContainer(
buf,eofMode,dataSectionAllowedSmaller):EOFContainer
Defined in: eof/container.ts:449
Uint8Array
Entire container buffer
EOFContainerMode = EOFContainerMode.Default
Container mode to validate the container on
boolean = false
true if the data section is allowed to be smaller than the data section size in the header
EOFContainer
body:
EOFBody
Defined in: eof/container.ts:439
buffer:
Uint8Array
Defined in: eof/container.ts:440
eofMode:
EOFContainerMode
Defined in: eof/container.ts:441
header:
EOFHeader
Defined in: eof/container.ts:438