You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add decodeEventData and decodeEventKey functions and test cases (#23)
* Add read-biginit package
* Add decodeEventData and decodeEventKey functions
* Add test cases for decodeEventData and decodeEventKey
* Update starcoin.js version
* Udpate starcoin.js versiont to 1.0.0 after main network launch
* Remove decode-event.ts from onchain-events folder
* Move decode event data function to encoding folder
* Add examples of decoding event data and event key
* Remove decode_event export
export decodeReceiptIdentifier only (#22)
* export decodeReceiptIdentifier only, instead of starcoin_types.ReceiptIdentifier and encoding.addressFromSCS
* fix typo
* add an interface ReceiptIdentifierView at js types level