otxn_burden

Get the burden of the originating transaction

Behaviour

  • Return the burden of the originating transaction or 1 if no burden field is present.

Definition

C

int64_t otxn_burden (
    void
);

Example

C

int64_t burden = 
  otxn_burden();

Parameters

None

Return Code

Type
Description

int64_t

The burden of the originating transaction, or 1 if no burden was present on the originating transaction.

Last updated