etxn_burden
Concepts
Section titled “Concepts”Behaviour
Section titled “Behaviour”- Return the burden an emitted transaction will carry.
Definition
Section titled “Definition”int64_t etxn_burden ( void);
function etxn_burden(): ErrorCode | number
Example
Section titled “Example”int64_t burden = etxn_burden();
const burden = etxn_burden()
Parameters
Section titled “Parameters”None
Return Code
Section titled “Return Code”Type | Description |
---|---|
int64_t | The burden an emitted transaction will need in order to be successfully passed to emit() |
Type | Description |
---|---|
number | An ErrorCode if there is an error, or the current burden value on success. |