Store a record's secondary index in a secondary 256-bit integer index table.
Store a record's secondary index in a secondary 256-bit integer index table
Parameters
scope- The scope where the secondary index will be storedtable- The table name where the secondary index will be storedpayer- The account that is paying for this storageid- The primary key of the record which secondary index to be storeddata- The pointer to the key of the secondary index to storedata_len- Size of the key of the secondary index to store
Returns
iterator to the newly created secondary index
Precondition
data is pointing to range of memory at least data_len bytes long
Post Condition
new secondary index is created
