Results 58 issues of tequ

- client-libraries.html - xrp-api.html - xrpljs2-migration-guide.html - node_to_chard.html Co-authored-by: mtmttksh

https://github.com/XRPLF/xrpl-dev-portal/blob/8d65ed931b45e9d720da710df852ea57650732aa/content/concepts/consensus-network/negative-unl.md?plain=1#L39-L41 NegativeUNL is currently available on Mainnet.

content updates

Exchange URL https://bitbank.cc Exchange API URL https://docs.bitbank.cc/

Exchange URL https://coin.z.com/jp/ Exchange API URL https://api.coin.z.com/docs/#public-ws-api

## Issue Description The `marker` of the response to the `account_nfts` method is different in the following cases 1. when the `limit` parameter is not specified 2. when the `limit`...

[account_objects page](https://xrpl.org/account_objects.html#request-format) https://github.com/XRPLF/rippled/blob/610436d737a03925febde7e6aab7e81add06b3ab/src/ripple/rpc/impl/RPCHelpers.cpp#L908

## Issue Description ```sh $./rippled --unittest NFTokenAllFeatures ripple.tx.NFTokenAllFeatures ripple.tx.NFTokenAllFeatures Enabled ripple.tx.NFTokenAllFeatures Mint reserve ripple.tx.NFTokenAllFeatures Mint max tokens ripple.tx.NFTokenAllFeatures Mint invalid ripple.tx.NFTokenAllFeatures Burn invalid ripple.tx.NFTokenAllFeatures Invalid NFT offer create ripple.tx.NFTokenAllFeatures Invalid...

## High Level Overview of Change Fixed to allow creating NFTokenOffer in a NFTokenMint transaction. Added 3 optional fields to NFTokenMint transaction: - `Amount` - `Destination` - `Expiration` ### Context...