Results 85 comments of tequ

How about supporting `amendment: {}`? This would be consistent with other non-fixed types.

This is not a recent change; it seems to have been implemented at least 10 years ago. https://github.com/XRPLF/rippled/blob/b74697ff9a7b31b1df9def174fb41e3ddfd6d515/src/ripple/rpc/handlers/LedgerHandler.h#L93-L114

Rather than using two Hooks to use translate(), how about creating useTranslate as a custom Hook? ```jsx export const useTranslate = () =>{ const { useTranslate } = useThemeHooks(); return...

What about being able to create an Offer at the same time during `URITokenMint`? It would be possible to set the `sfAmount` and `sfDestination` when creating the `URIToken` object.

It looks like `Amount` and `Destination` fields are implemented in URITokenMint on Xahau. https://docs.xahau.network/technical/protocol-reference/transactions/transaction-types/uritokenmint