etxn_burden

Get the burden of a hypothetically emitted transaction

Concepts

Behaviour

  • Return the burden an emitted transaction will carry.

Definition

C

int64_t etxn_burden (
    void
);

Example

C

int64_t burden = 
  etxn_burden();

Parameters

None

Return Code

Type
Description

int64_t

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

Last updated