Loading...
Get the burden of a hypothetically emitted transaction
Emitted Transactions
Return the burden an emitted transaction will carry.
C
int64_t etxn_burden ( void );
int64_t burden = etxn_burden();
None
int64_t
The burden an emitted transaction will need in order to be successfully passed to emit()
emit()