Raptor3um / raptoreum

MIT License
317 stars 134 forks source link

Assets #1 Create base code for Asset issuance and update transactions: #239

Closed Bigpiggy01 closed 1 year ago

Bigpiggy01 commented 1 year ago

Transaction types:

  1. Transaction extraPayload: transaction extra payload will be used to store asset metadata

  2. new_asset extraPayload structure:

Above must attach and store on new Asset index in the database. Which is to be created as part of this task!

As well as come with applicable unit tests.

NOTE Asset related code preferably written in sequence of the "Asset #x" in the issue title.