/// The maximum number of results allowed to be returned from `list_executed_transactions`.
pubconstLIST_TRANSACTIONS_MAX_RESULTS:usize=1000;/// If no `result_limit` is specified, this value is the limit used by default.
pubconstLIST_TRANSACTIONS_DEFAULT_RESULT_COUNT:usize=100;