Skip to content

etxn_reserve

Emitted Transactions
  • Specifies a number of emitted transactions this hook might emit during execution.
int64_t etxn_fee_base (
uint32_t count
);
etxn_reserve(2);
NameTypeDescription
countuint32_tThe largest number of transactions this hook might emit during the course of one execution.
TypeDescription
int64_t

The maximum number of emitted transactions this hook may emit. This will always be the same as the count parameter or an error as below.

If negative, an error:
ALREADY_SET
- The hook already called this function earlier.

TOO_BIG
- The specified number of emitted transactions is too large.