Open zgrguric opened 11 months ago
This is a known behavior, it has only been added for tx
and account_tx
APIs. Though it wouldn't be too hard to add for ledger
and subscription.
For now, if you are using client libraries like xrpl.js and xrpl-py, feel free to use getNFTokenID(...)
method to extract the NFTokenID
instead.
Issue Description
Field
nftoken_id
is present intx
'metaData' response (see here)But in 'metaData' of
ledger
response that field is missing (see here)Expected Result
For consistency reasons that field should be present in both metadata responses.
Actual Result
Missing in 'ledger' method.