XRPL-Labs / hookscript

Working repo for development of Hook Script -- a subset of typescript designed for writing hooks
Apache License 2.0
11 stars 3 forks source link

Missing transactions for new XLS-35d NFT standard #20

Open ZachRoberts25 opened 1 year ago

ZachRoberts25 commented 1 year ago

This file https://github.com/XRPL-Labs/hookscript/blob/main/std/assembly/transaction.ts needs to be updated to include the new ledger transactions as part of the XLS-35d standard.

You can find a reference here https://github.com/XRPLF/XRPL-Standards/discussions/89

WietseWind commented 1 year ago

Thanks, that needs to be added indeed.

On multiple locations, in fact, as this also means it's missing from the EMIT transactions. Adding to the backlog, can take a bit as we'll gather some more things and assign resources to it at once.