Get the burden of a hypothetically emitted transaction

Concepts

Behaviour

  • Return the burden an emitted transaction will carry.

Definition

int64_t etxn_burden (
    void
);

Example

int64_t burden = 
  etxn_burden();

Parameters

None

Return Code

TypeDescription
int64_tThe burden an emitted transaction will need in order to be successfully passed to emit()