pub unsafe extern "C" fn etxn_reserve(count: u32) -> i64Expand description
Inform xrpld that you will be emitting at most @count@ transactions during the course of this hook execution. @param count The number of transactions you intend to emit from this hook. @return If a negaitve integer an error has occured