Serialize and output the xpop transaction blob and metadata
Locate the xpop blob on the Import
transaction
Emplace the located tx and meta objects into the slots specified
C
C
slot_no_tx
uint32_t
The slot number to emplace the tx blob into.
slot_no_meta
uin32_t
The slot number to emplace the meta blob into.
int64_t
PREREQUISITE_NOT_MET
- The originating tx type was not Import
.
NO_FREE_SLOTS
- The API would require a new slot to be allocated but the Hook is already at the maximum number of slots.