Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Table Structures:

oracleledger keeps track of all wrapping transactions and logs the actor performing the request. This will be the same table used in both token and domain wrapping transactions.

( type could be added in new iterations to allow for quick and simple index lookups based on status. )

oracles tracks registered oracles used during the validation of unwrapping of NFT/tokens. This table also stores fee information used during the wrapping process.

The type oraclefees is defined as:

The oracle_votes table is used during unwrapping operations. The registered oracles will call unwraptokens and either emplace a new record or modify the record if the oracle is not the first registered oracle to vote on the obt_it. Once an oracle calls this action and 100% consensus is reached, the unwrapping will be approved and funds will be transferred.

regoracle -

  • Oracle must be approved by eosio permissions ( BP msig )

  • Verifies oracle is a top 21 block producer.

  • emplaced a new record into the oracles table.

unregoracle -

  • Oracle must be approved by eosio permissions ( BP msig )

  • ereases oracle table entry

  • No labels