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
Currently, the data?: DecodedTableData; field in WriteSetChangeWriteTableItem is always null based on ts-sdk call. Would be great if it can be decoded and filled.
Motivation
Is your feature request related to a problem? Please describe you use case.
It's helpful to know what's inside the WriteTableItem without having to make an additional getTableItem call.
Pitch
Describe the solution you would like
Describe alternatives you've considered
Are you willing to open a pull request? (See CONTRIBUTING)
🚀 Feature Request Description
Currently, the
data?: DecodedTableData;
field inWriteSetChangeWriteTableItem
is always null based on ts-sdk call. Would be great if it can be decoded and filled.Motivation
Is your feature request related to a problem? Please describe you use case.
It's helpful to know what's inside the WriteTableItem without having to make an additional getTableItem call.
Pitch
Describe the solution you would like
Describe alternatives you've considered
Are you willing to open a pull request? (See CONTRIBUTING)
Additional context
Use this txn https://aptoscan.com/transaction/563060087#changes as an example. From aptoscan.com we easily tell the decoded data (see below).
However, when using ts-sdk to write a script (see below), the data field is always null
running this script we get (note the null data field)
The text was updated successfully, but these errors were encountered: