Get the burden of a hypothetically emitted transaction
Last updated 1 month ago
Was this helpful?
Return the burden an emitted transaction will carry.
int64_t etxn_burden ( void );
function etxn_burden(): ErrorCode | number
int64_t burden = etxn_burden();
const burden = etxn_burden()
None
int64_t
The burden an emitted transaction will need in order to be successfully passed to emit()
emit()
number
An ErrorCode if there is an error, or the current burden value on success.