@aptos-labs/ts-sdk - v3.1.1
Preparing search index...
BlockEndInfo
Type Alias BlockEndInfo
Describes the gas state of the block, indicating whether the block gas limit has been reached.
type
BlockEndInfo
=
{
block_approx_output_size
:
number
;
block_effective_block_gas_units
:
number
;
block_gas_limit_reached
:
boolean
;
block_output_limit_reached
:
boolean
;
}
Index
Properties
block_
approx_
output_
size
block_
effective_
block_
gas_
units
block_
gas_
limit_
reached
block_
output_
limit_
reached
Properties
block_
approx_
output_
size
block_approx_output_size
:
number
block_
effective_
block_
gas_
units
block_effective_block_gas_units
:
number
block_
gas_
limit_
reached
block_gas_limit_reached
:
boolean
block_
output_
limit_
reached
block_output_limit_reached
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block_
approx_
output_
size
block_
effective_
block_
gas_
units
block_
gas_
limit_
reached
block_
output_
limit_
reached
@aptos-labs/ts-sdk - v3.1.1
Loading...
Describes the gas state of the block, indicating whether the block gas limit has been reached.