tequ
tequ
XLS-52 NFTokenMint - Spec PR - Discussion: https://github.com/XRPLF/XRPL-Standards/discussions/147 - Implementation PR: https://github.com/XRPLF/rippled/pull/4845
The following processes that are possible in xrpl.js should also be possible in xrpl-py. ```js import { Client } from 'xrpl' const client = new Client('custom-api-v1-server') client.apiVersion = 1 await...
## Issue Description ## Steps to Reproduce ```ts import { encode, encodeForSigning } from 'ripple-binary-codec' import { sign } from 'ripple-keypairs' import { type AMMBid, AccountSetAsfFlags, Client, Wallet, xrpToDrops }...