xrpl 1.10.0 → 2.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +23 -29
- package/build/xrpl-latest-min.js +2 -0
- package/build/xrpl-latest.js +3812 -0
- package/dist/npm/client/backoff.d.ts +16 -0
- package/dist/npm/client/backoff.d.ts.map +1 -0
- package/dist/npm/client/backoff.js +26 -0
- package/dist/npm/client/backoff.js.map +1 -0
- package/dist/npm/client/broadcastClient.d.ts +7 -0
- package/dist/npm/client/broadcastClient.d.ts.map +1 -0
- package/dist/npm/client/broadcastClient.js +48 -0
- package/dist/npm/client/broadcastClient.js.map +1 -0
- package/dist/npm/client/connection.d.ts +46 -0
- package/dist/npm/client/connection.d.ts.map +1 -0
- package/dist/npm/client/connection.js +332 -0
- package/dist/npm/client/connection.js.map +1 -0
- package/dist/npm/client/connectionManager.d.ts +7 -0
- package/dist/npm/client/connectionManager.d.ts.map +1 -0
- package/dist/npm/client/connectionManager.js +33 -0
- package/dist/npm/client/connectionManager.js.map +1 -0
- package/dist/npm/client/index.d.ts +96 -0
- package/dist/npm/client/index.d.ts.map +1 -0
- package/dist/npm/client/index.js +204 -0
- package/dist/npm/client/index.js.map +1 -0
- package/dist/npm/client/partialPayment.d.ts +4 -0
- package/dist/npm/client/partialPayment.d.ts.map +1 -0
- package/dist/npm/client/partialPayment.js +99 -0
- package/dist/npm/client/partialPayment.js.map +1 -0
- package/dist/npm/client/requestManager.d.ts +14 -0
- package/dist/npm/client/requestManager.d.ts.map +1 -0
- package/dist/npm/client/requestManager.js +94 -0
- package/dist/npm/client/requestManager.js.map +1 -0
- package/dist/npm/client/wsWrapper.d.ts +24 -0
- package/dist/npm/client/wsWrapper.d.ts.map +1 -0
- package/dist/npm/client/wsWrapper.js +39 -0
- package/dist/npm/client/wsWrapper.js.map +1 -0
- package/dist/npm/ecdsa.d.ts +6 -0
- package/dist/npm/ecdsa.d.ts.map +1 -0
- package/dist/npm/ecdsa.js +9 -0
- package/dist/npm/ecdsa.js.map +1 -0
- package/dist/npm/errors.d.ts +35 -0
- package/dist/npm/errors.d.ts.map +1 -0
- package/dist/npm/errors.js +67 -0
- package/dist/npm/errors.js.map +1 -0
- package/dist/npm/index.d.ts +8 -4
- package/dist/npm/index.d.ts.map +1 -1
- package/dist/npm/index.js +16 -6
- package/dist/npm/index.js.map +1 -1
- package/dist/npm/models/common/index.d.ts +41 -0
- package/dist/npm/models/common/index.d.ts.map +1 -0
- package/dist/npm/models/common/index.js +3 -0
- package/dist/npm/models/common/index.js.map +1 -0
- package/dist/npm/models/ledger/accountRoot.d.ts +31 -0
- package/dist/npm/models/ledger/accountRoot.d.ts.map +1 -0
- package/dist/npm/models/ledger/accountRoot.js +16 -0
- package/dist/npm/models/ledger/accountRoot.js.map +1 -0
- package/dist/npm/models/ledger/amendments.d.ts +15 -0
- package/dist/npm/models/ledger/amendments.d.ts.map +1 -0
- package/dist/npm/models/ledger/amendments.js +3 -0
- package/dist/npm/models/ledger/amendments.js.map +1 -0
- package/dist/npm/models/ledger/baseLedgerEntry.d.ts +4 -0
- package/dist/npm/models/ledger/baseLedgerEntry.d.ts.map +1 -0
- package/dist/npm/models/ledger/baseLedgerEntry.js +3 -0
- package/dist/npm/models/ledger/baseLedgerEntry.js.map +1 -0
- package/dist/npm/models/ledger/check.d.ts +19 -0
- package/dist/npm/models/ledger/check.d.ts.map +1 -0
- package/dist/npm/models/ledger/check.js +3 -0
- package/dist/npm/models/ledger/check.js.map +1 -0
- package/dist/npm/models/ledger/depositPreauth.d.ts +11 -0
- package/dist/npm/models/ledger/depositPreauth.d.ts.map +1 -0
- package/dist/npm/models/ledger/depositPreauth.js +3 -0
- package/dist/npm/models/ledger/depositPreauth.js.map +1 -0
- package/dist/npm/models/ledger/directoryNode.d.ts +15 -0
- package/dist/npm/models/ledger/directoryNode.d.ts.map +1 -0
- package/dist/npm/models/ledger/directoryNode.js +3 -0
- package/dist/npm/models/ledger/directoryNode.js.map +1 -0
- package/dist/npm/models/ledger/escrow.d.ts +18 -0
- package/dist/npm/models/ledger/escrow.d.ts.map +1 -0
- package/dist/npm/models/ledger/escrow.js +3 -0
- package/dist/npm/models/ledger/escrow.js.map +1 -0
- package/dist/npm/models/ledger/feeSettings.d.ts +10 -0
- package/dist/npm/models/ledger/feeSettings.d.ts.map +1 -0
- package/dist/npm/models/ledger/feeSettings.js +3 -0
- package/dist/npm/models/ledger/feeSettings.js.map +1 -0
- package/dist/npm/models/ledger/index.d.ts +18 -0
- package/dist/npm/models/ledger/index.d.ts.map +1 -0
- package/dist/npm/models/ledger/index.js +12 -0
- package/dist/npm/models/ledger/index.js.map +1 -0
- package/dist/npm/models/ledger/ledger.d.ts +22 -0
- package/dist/npm/models/ledger/ledger.d.ts.map +1 -0
- package/dist/npm/{common/types/commands → models/ledger}/ledger.js +0 -0
- package/dist/npm/models/ledger/ledger.js.map +1 -0
- package/dist/npm/models/ledger/ledgerEntry.d.ts +17 -0
- package/dist/npm/models/ledger/ledgerEntry.d.ts.map +1 -0
- package/dist/npm/models/ledger/ledgerEntry.js +3 -0
- package/dist/npm/models/ledger/ledgerEntry.js.map +1 -0
- package/dist/npm/models/ledger/ledgerHashes.d.ts +8 -0
- package/dist/npm/models/ledger/ledgerHashes.d.ts.map +1 -0
- package/dist/npm/models/ledger/ledgerHashes.js +3 -0
- package/dist/npm/models/ledger/ledgerHashes.js.map +1 -0
- package/dist/npm/models/ledger/negativeUNL.d.ts +13 -0
- package/dist/npm/models/ledger/negativeUNL.d.ts.map +1 -0
- package/dist/npm/models/ledger/negativeUNL.js +3 -0
- package/dist/npm/models/ledger/negativeUNL.js.map +1 -0
- package/dist/npm/models/ledger/offer.d.ts +21 -0
- package/dist/npm/models/ledger/offer.d.ts.map +1 -0
- package/dist/npm/models/ledger/offer.js +9 -0
- package/dist/npm/models/ledger/offer.js.map +1 -0
- package/dist/npm/models/ledger/payChannel.d.ts +20 -0
- package/dist/npm/models/ledger/payChannel.d.ts.map +1 -0
- package/dist/npm/models/ledger/payChannel.js +3 -0
- package/dist/npm/models/ledger/payChannel.js.map +1 -0
- package/dist/npm/models/ledger/rippleState.d.ts +28 -0
- package/dist/npm/models/ledger/rippleState.d.ts.map +1 -0
- package/dist/npm/models/ledger/rippleState.js +15 -0
- package/dist/npm/models/ledger/rippleState.js.map +1 -0
- package/dist/npm/models/ledger/signerList.d.ts +22 -0
- package/dist/npm/models/ledger/signerList.d.ts.map +1 -0
- package/dist/npm/models/ledger/signerList.js +8 -0
- package/dist/npm/models/ledger/signerList.js.map +1 -0
- package/dist/npm/models/ledger/ticket.d.ts +11 -0
- package/dist/npm/models/ledger/ticket.d.ts.map +1 -0
- package/dist/npm/models/ledger/ticket.js +3 -0
- package/dist/npm/models/ledger/ticket.js.map +1 -0
- package/dist/npm/models/methods/accountChannels.d.ts +38 -0
- package/dist/npm/models/methods/accountChannels.d.ts.map +1 -0
- package/dist/npm/models/methods/accountChannels.js +3 -0
- package/dist/npm/models/methods/accountChannels.js.map +1 -0
- package/dist/npm/models/methods/accountCurrencies.d.ts +20 -0
- package/dist/npm/models/methods/accountCurrencies.d.ts.map +1 -0
- package/dist/npm/models/methods/accountCurrencies.js +3 -0
- package/dist/npm/models/methods/accountCurrencies.js.map +1 -0
- package/dist/npm/models/methods/accountInfo.d.ts +39 -0
- package/dist/npm/models/methods/accountInfo.d.ts.map +1 -0
- package/dist/npm/models/methods/accountInfo.js +3 -0
- package/dist/npm/models/methods/accountInfo.js.map +1 -0
- package/dist/npm/models/methods/accountLines.d.ts +37 -0
- package/dist/npm/models/methods/accountLines.d.ts.map +1 -0
- package/dist/npm/models/methods/accountLines.js +3 -0
- package/dist/npm/models/methods/accountLines.js.map +1 -0
- package/dist/npm/models/methods/accountObjects.d.ts +28 -0
- package/dist/npm/models/methods/accountObjects.d.ts.map +1 -0
- package/dist/npm/models/methods/accountObjects.js +3 -0
- package/dist/npm/models/methods/accountObjects.js.map +1 -0
- package/dist/npm/models/methods/accountOffers.d.ts +31 -0
- package/dist/npm/models/methods/accountOffers.d.ts.map +1 -0
- package/dist/npm/models/methods/accountOffers.js +3 -0
- package/dist/npm/models/methods/accountOffers.js.map +1 -0
- package/dist/npm/models/methods/accountTx.d.ts +36 -0
- package/dist/npm/models/methods/accountTx.d.ts.map +1 -0
- package/dist/npm/models/methods/accountTx.js +3 -0
- package/dist/npm/models/methods/accountTx.js.map +1 -0
- package/dist/npm/models/methods/baseMethod.d.ts +36 -0
- package/dist/npm/models/methods/baseMethod.d.ts.map +1 -0
- package/dist/npm/models/methods/baseMethod.js +3 -0
- package/dist/npm/models/methods/baseMethod.js.map +1 -0
- package/dist/npm/models/methods/bookOffers.d.ts +32 -0
- package/dist/npm/models/methods/bookOffers.d.ts.map +1 -0
- package/dist/npm/models/methods/bookOffers.js +3 -0
- package/dist/npm/models/methods/bookOffers.js.map +1 -0
- package/dist/npm/models/methods/channelVerify.d.ts +14 -0
- package/dist/npm/models/methods/channelVerify.d.ts.map +1 -0
- package/dist/npm/models/methods/channelVerify.js +3 -0
- package/dist/npm/models/methods/channelVerify.js.map +1 -0
- package/dist/npm/models/methods/depositAuthorized.d.ts +21 -0
- package/dist/npm/models/methods/depositAuthorized.d.ts.map +1 -0
- package/dist/npm/models/methods/depositAuthorized.js +3 -0
- package/dist/npm/models/methods/depositAuthorized.js.map +1 -0
- package/dist/npm/models/methods/fee.d.ts +26 -0
- package/dist/npm/models/methods/fee.d.ts.map +1 -0
- package/dist/npm/models/methods/fee.js +3 -0
- package/dist/npm/models/methods/fee.js.map +1 -0
- package/dist/npm/models/methods/gatewayBalances.d.ts +33 -0
- package/dist/npm/models/methods/gatewayBalances.d.ts.map +1 -0
- package/dist/npm/models/methods/gatewayBalances.js +3 -0
- package/dist/npm/models/methods/gatewayBalances.js.map +1 -0
- package/dist/npm/models/methods/index.d.ts +36 -0
- package/dist/npm/models/methods/index.d.ts.map +1 -0
- package/dist/npm/models/methods/index.js +3 -0
- package/dist/npm/models/methods/index.js.map +1 -0
- package/dist/npm/models/methods/ledger.d.ts +52 -0
- package/dist/npm/models/methods/ledger.d.ts.map +1 -0
- package/dist/npm/{common/types/objects → models/methods}/ledger.js +0 -0
- package/dist/npm/models/methods/ledger.js.map +1 -0
- package/dist/npm/models/methods/ledgerClosed.d.ts +11 -0
- package/dist/npm/models/methods/ledgerClosed.d.ts.map +1 -0
- package/dist/npm/models/methods/ledgerClosed.js +3 -0
- package/dist/npm/models/methods/ledgerClosed.js.map +1 -0
- package/dist/npm/models/methods/ledgerCurrent.d.ts +10 -0
- package/dist/npm/models/methods/ledgerCurrent.d.ts.map +1 -0
- package/dist/npm/models/methods/ledgerCurrent.js +3 -0
- package/dist/npm/models/methods/ledgerCurrent.js.map +1 -0
- package/dist/npm/models/methods/ledgerData.d.ts +31 -0
- package/dist/npm/models/methods/ledgerData.d.ts.map +1 -0
- package/dist/npm/models/methods/ledgerData.js +3 -0
- package/dist/npm/models/methods/ledgerData.js.map +1 -0
- package/dist/npm/models/methods/ledgerEntry.d.ts +48 -0
- package/dist/npm/models/methods/ledgerEntry.d.ts.map +1 -0
- package/dist/npm/models/methods/ledgerEntry.js +3 -0
- package/dist/npm/models/methods/ledgerEntry.js.map +1 -0
- package/dist/npm/models/methods/manifest.d.ts +18 -0
- package/dist/npm/models/methods/manifest.d.ts.map +1 -0
- package/dist/npm/models/methods/manifest.js +3 -0
- package/dist/npm/models/methods/manifest.js.map +1 -0
- package/dist/npm/models/methods/norippleCheck.d.ts +19 -0
- package/dist/npm/models/methods/norippleCheck.d.ts.map +1 -0
- package/dist/npm/models/methods/norippleCheck.js +3 -0
- package/dist/npm/models/methods/norippleCheck.js.map +1 -0
- package/dist/npm/models/methods/pathFind.d.ts +39 -0
- package/dist/npm/models/methods/pathFind.d.ts.map +1 -0
- package/dist/npm/models/methods/pathFind.js +3 -0
- package/dist/npm/models/methods/pathFind.js.map +1 -0
- package/dist/npm/models/methods/ping.d.ts +8 -0
- package/dist/npm/models/methods/ping.d.ts.map +1 -0
- package/dist/npm/models/methods/ping.js +3 -0
- package/dist/npm/models/methods/ping.js.map +1 -0
- package/dist/npm/models/methods/random.d.ts +10 -0
- package/dist/npm/models/methods/random.d.ts.map +1 -0
- package/dist/npm/models/methods/random.js +3 -0
- package/dist/npm/models/methods/random.js.map +1 -0
- package/dist/npm/models/methods/ripplePathFind.d.ts +35 -0
- package/dist/npm/models/methods/ripplePathFind.d.ts.map +1 -0
- package/dist/npm/models/methods/ripplePathFind.js +3 -0
- package/dist/npm/models/methods/ripplePathFind.js.map +1 -0
- package/dist/npm/models/methods/serverInfo.d.ts +71 -0
- package/dist/npm/models/methods/serverInfo.d.ts.map +1 -0
- package/dist/npm/models/methods/serverInfo.js +3 -0
- package/dist/npm/models/methods/serverInfo.js.map +1 -0
- package/dist/npm/models/methods/serverState.d.ts +57 -0
- package/dist/npm/models/methods/serverState.d.ts.map +1 -0
- package/dist/npm/models/methods/serverState.js +3 -0
- package/dist/npm/models/methods/serverState.js.map +1 -0
- package/dist/npm/models/methods/submit.d.ts +28 -0
- package/dist/npm/models/methods/submit.d.ts.map +1 -0
- package/dist/npm/models/methods/submit.js +3 -0
- package/dist/npm/models/methods/submit.js.map +1 -0
- package/dist/npm/models/methods/submitMultisigned.d.ts +19 -0
- package/dist/npm/models/methods/submitMultisigned.d.ts.map +1 -0
- package/dist/npm/models/methods/submitMultisigned.js +3 -0
- package/dist/npm/models/methods/submitMultisigned.js.map +1 -0
- package/dist/npm/models/methods/subscribe.d.ts +117 -0
- package/dist/npm/models/methods/subscribe.d.ts.map +1 -0
- package/dist/npm/models/methods/subscribe.js +3 -0
- package/dist/npm/models/methods/subscribe.js.map +1 -0
- package/dist/npm/models/methods/transactionEntry.d.ts +19 -0
- package/dist/npm/models/methods/transactionEntry.d.ts.map +1 -0
- package/dist/npm/models/methods/transactionEntry.js +3 -0
- package/dist/npm/models/methods/transactionEntry.js.map +1 -0
- package/dist/npm/models/methods/tx.d.ts +20 -0
- package/dist/npm/models/methods/tx.d.ts.map +1 -0
- package/dist/npm/models/methods/tx.js +3 -0
- package/dist/npm/models/methods/tx.js.map +1 -0
- package/dist/npm/models/methods/unsubscribe.d.ts +19 -0
- package/dist/npm/models/methods/unsubscribe.d.ts.map +1 -0
- package/dist/npm/models/methods/unsubscribe.js +3 -0
- package/dist/npm/models/methods/unsubscribe.js.map +1 -0
- package/dist/npm/models/transactions/accountDelete.d.ts +8 -0
- package/dist/npm/models/transactions/accountDelete.d.ts.map +1 -0
- package/dist/npm/models/transactions/accountDelete.js +20 -0
- package/dist/npm/models/transactions/accountDelete.js.map +1 -0
- package/dist/npm/models/transactions/accountSet.d.ts +41 -0
- package/dist/npm/models/transactions/accountSet.d.ts.map +1 -0
- package/dist/npm/models/transactions/accountSet.js +70 -0
- package/dist/npm/models/transactions/accountSet.js.map +1 -0
- package/dist/npm/models/transactions/checkCancel.d.ts +7 -0
- package/dist/npm/models/transactions/checkCancel.d.ts.map +1 -0
- package/dist/npm/models/transactions/checkCancel.js +13 -0
- package/dist/npm/models/transactions/checkCancel.js.map +1 -0
- package/dist/npm/models/transactions/checkCash.d.ts +10 -0
- package/dist/npm/models/transactions/checkCash.d.ts.map +1 -0
- package/dist/npm/models/transactions/checkCash.js +27 -0
- package/dist/npm/models/transactions/checkCash.js.map +1 -0
- package/dist/npm/models/transactions/checkCreate.d.ts +12 -0
- package/dist/npm/models/transactions/checkCreate.d.ts.map +1 -0
- package/dist/npm/models/transactions/checkCreate.js +33 -0
- package/dist/npm/models/transactions/checkCreate.js.map +1 -0
- package/dist/npm/models/transactions/common.d.ts +24 -0
- package/dist/npm/models/transactions/common.d.ts.map +1 -0
- package/dist/npm/models/transactions/common.js +125 -0
- package/dist/npm/models/transactions/common.js.map +1 -0
- package/dist/npm/models/transactions/depositPreauth.d.ts +8 -0
- package/dist/npm/models/transactions/depositPreauth.d.ts.map +1 -0
- package/dist/npm/models/transactions/depositPreauth.js +32 -0
- package/dist/npm/models/transactions/depositPreauth.js.map +1 -0
- package/dist/npm/models/transactions/escrowCancel.d.ts +8 -0
- package/dist/npm/models/transactions/escrowCancel.d.ts.map +1 -0
- package/dist/npm/models/transactions/escrowCancel.js +22 -0
- package/dist/npm/models/transactions/escrowCancel.js.map +1 -0
- package/dist/npm/models/transactions/escrowCreate.d.ts +12 -0
- package/dist/npm/models/transactions/escrowCreate.d.ts.map +1 -0
- package/dist/npm/models/transactions/escrowCreate.js +41 -0
- package/dist/npm/models/transactions/escrowCreate.js.map +1 -0
- package/dist/npm/models/transactions/escrowFinish.d.ts +10 -0
- package/dist/npm/models/transactions/escrowFinish.d.ts.map +1 -0
- package/dist/npm/models/transactions/escrowFinish.js +28 -0
- package/dist/npm/models/transactions/escrowFinish.js.map +1 -0
- package/dist/npm/models/transactions/index.d.ts +21 -0
- package/dist/npm/models/transactions/index.d.ts.map +1 -0
- package/dist/npm/models/transactions/index.js +39 -0
- package/dist/npm/models/transactions/index.js.map +1 -0
- package/dist/npm/models/transactions/metadata.d.ts +43 -0
- package/dist/npm/models/transactions/metadata.d.ts.map +1 -0
- package/dist/npm/models/transactions/metadata.js +3 -0
- package/dist/npm/models/transactions/metadata.js.map +1 -0
- package/dist/npm/models/transactions/offerCancel.d.ts +7 -0
- package/dist/npm/models/transactions/offerCancel.d.ts.map +1 -0
- package/dist/npm/models/transactions/offerCancel.js +16 -0
- package/dist/npm/models/transactions/offerCancel.js.map +1 -0
- package/dist/npm/models/transactions/offerCreate.d.ts +24 -0
- package/dist/npm/models/transactions/offerCreate.d.ts.map +1 -0
- package/dist/npm/models/transactions/offerCreate.js +35 -0
- package/dist/npm/models/transactions/offerCreate.js.map +1 -0
- package/dist/npm/models/transactions/payment.d.ts +25 -0
- package/dist/npm/models/transactions/payment.d.ts.map +1 -0
- package/dist/npm/models/transactions/payment.js +104 -0
- package/dist/npm/models/transactions/payment.js.map +1 -0
- package/dist/npm/models/transactions/paymentChannelClaim.d.ts +20 -0
- package/dist/npm/models/transactions/paymentChannelClaim.d.ts.map +1 -0
- package/dist/npm/models/transactions/paymentChannelClaim.js +33 -0
- package/dist/npm/models/transactions/paymentChannelClaim.js.map +1 -0
- package/dist/npm/models/transactions/paymentChannelCreate.d.ts +12 -0
- package/dist/npm/models/transactions/paymentChannelCreate.d.ts.map +1 -0
- package/dist/npm/models/transactions/paymentChannelCreate.js +41 -0
- package/dist/npm/models/transactions/paymentChannelCreate.js.map +1 -0
- package/dist/npm/models/transactions/paymentChannelFund.d.ts +9 -0
- package/dist/npm/models/transactions/paymentChannelFund.d.ts.map +1 -0
- package/dist/npm/models/transactions/paymentChannelFund.js +25 -0
- package/dist/npm/models/transactions/paymentChannelFund.js.map +1 -0
- package/dist/npm/models/transactions/setRegularKey.d.ts +7 -0
- package/dist/npm/models/transactions/setRegularKey.d.ts.map +1 -0
- package/dist/npm/models/transactions/setRegularKey.js +13 -0
- package/dist/npm/models/transactions/setRegularKey.js.map +1 -0
- package/dist/npm/models/transactions/signerListSet.d.ts +9 -0
- package/dist/npm/models/transactions/signerListSet.d.ts.map +1 -0
- package/dist/npm/models/transactions/signerListSet.js +29 -0
- package/dist/npm/models/transactions/signerListSet.js.map +1 -0
- package/dist/npm/models/transactions/ticketCreate.d.ts +7 -0
- package/dist/npm/models/transactions/ticketCreate.d.ts.map +1 -0
- package/dist/npm/models/transactions/ticketCreate.js +23 -0
- package/dist/npm/models/transactions/ticketCreate.js.map +1 -0
- package/dist/npm/models/transactions/transaction.d.ts +28 -0
- package/dist/npm/models/transactions/transaction.d.ts.map +1 -0
- package/dist/npm/models/transactions/transaction.js +111 -0
- package/dist/npm/models/transactions/transaction.js.map +1 -0
- package/dist/npm/models/transactions/trustSet.d.ts +25 -0
- package/dist/npm/models/transactions/trustSet.d.ts.map +1 -0
- package/dist/npm/models/transactions/trustSet.js +31 -0
- package/dist/npm/models/transactions/trustSet.js.map +1 -0
- package/dist/npm/models/utils/flags.d.ts +3 -0
- package/dist/npm/models/utils/flags.d.ts.map +1 -0
- package/dist/npm/models/utils/flags.js +61 -0
- package/dist/npm/models/utils/flags.js.map +1 -0
- package/dist/npm/models/utils/index.d.ts +3 -0
- package/dist/npm/models/utils/index.d.ts.map +1 -0
- package/dist/npm/models/utils/index.js +12 -0
- package/dist/npm/models/utils/index.js.map +1 -0
- package/dist/npm/sugar/autofill.d.ts +5 -0
- package/dist/npm/sugar/autofill.d.ts.map +1 -0
- package/dist/npm/sugar/autofill.js +157 -0
- package/dist/npm/sugar/autofill.js.map +1 -0
- package/dist/npm/sugar/balances.d.ts +16 -0
- package/dist/npm/sugar/balances.d.ts.map +1 -0
- package/dist/npm/sugar/balances.js +52 -0
- package/dist/npm/sugar/balances.js.map +1 -0
- package/dist/npm/sugar/fee.d.ts +3 -0
- package/dist/npm/sugar/fee.d.ts.map +1 -0
- package/dist/npm/sugar/fee.js +38 -0
- package/dist/npm/sugar/fee.js.map +1 -0
- package/dist/npm/sugar/ledgerIndex.d.ts +3 -0
- package/dist/npm/sugar/ledgerIndex.d.ts.map +1 -0
- package/dist/npm/sugar/ledgerIndex.js +22 -0
- package/dist/npm/sugar/ledgerIndex.js.map +1 -0
- package/dist/npm/sugar/orderbook.d.ts +16 -0
- package/dist/npm/sugar/orderbook.d.ts.map +1 -0
- package/dist/npm/sugar/orderbook.js +63 -0
- package/dist/npm/sugar/orderbook.js.map +1 -0
- package/dist/npm/sugar/submit.d.ts +6 -0
- package/dist/npm/sugar/submit.d.ts.map +1 -0
- package/dist/npm/sugar/submit.js +50 -0
- package/dist/npm/sugar/submit.js.map +1 -0
- package/dist/npm/sugar/utils.d.ts +2 -0
- package/dist/npm/sugar/utils.d.ts.map +1 -0
- package/dist/npm/sugar/utils.js +16 -0
- package/dist/npm/sugar/utils.js.map +1 -0
- package/dist/npm/utils/derive.d.ts +9 -0
- package/dist/npm/utils/derive.d.ts.map +1 -0
- package/dist/npm/utils/derive.js +12 -0
- package/dist/npm/utils/derive.js.map +1 -0
- package/dist/npm/utils/generateAddress.d.ts +15 -0
- package/dist/npm/utils/generateAddress.d.ts.map +1 -0
- package/dist/npm/utils/generateAddress.js +39 -0
- package/dist/npm/utils/generateAddress.js.map +1 -0
- package/dist/npm/utils/hashes/hashPrefix.d.ts +12 -0
- package/dist/npm/utils/hashes/hashPrefix.d.ts.map +1 -0
- package/dist/npm/utils/hashes/hashPrefix.js +15 -0
- package/dist/npm/utils/hashes/hashPrefix.js.map +1 -0
- package/dist/npm/utils/hashes/index.d.ts +10 -0
- package/dist/npm/utils/hashes/index.d.ts.map +1 -0
- package/dist/npm/utils/hashes/index.js +102 -0
- package/dist/npm/utils/hashes/index.js.map +1 -0
- package/dist/npm/utils/hashes/ledgerHash.d.ts +16 -0
- package/dist/npm/utils/hashes/ledgerHash.d.ts.map +1 -0
- package/dist/npm/utils/hashes/ledgerHash.js +160 -0
- package/dist/npm/utils/hashes/ledgerHash.js.map +1 -0
- package/dist/npm/utils/hashes/ledgerSpaces.d.ts +21 -0
- package/dist/npm/utils/hashes/ledgerSpaces.d.ts.map +1 -0
- package/dist/npm/utils/hashes/ledgerSpaces.js +23 -0
- package/dist/npm/utils/hashes/ledgerSpaces.js.map +1 -0
- package/dist/npm/utils/hashes/sha512Half.d.ts +3 -0
- package/dist/npm/utils/hashes/sha512Half.d.ts.map +1 -0
- package/dist/npm/utils/hashes/sha512Half.js +13 -0
- package/dist/npm/utils/hashes/sha512Half.js.map +1 -0
- package/dist/npm/utils/hashes/shaMap/index.d.ts +11 -0
- package/dist/npm/utils/hashes/shaMap/index.d.ts.map +1 -0
- package/dist/npm/utils/hashes/shaMap/index.js +31 -0
- package/dist/npm/utils/hashes/shaMap/index.js.map +1 -0
- package/dist/npm/utils/hashes/shaMap/innerNode.d.ts +16 -0
- package/dist/npm/utils/hashes/shaMap/innerNode.d.ts.map +1 -0
- package/dist/npm/utils/hashes/shaMap/innerNode.js +70 -0
- package/dist/npm/utils/hashes/shaMap/innerNode.js.map +1 -0
- package/dist/npm/utils/hashes/shaMap/leafNode.d.ts +11 -0
- package/dist/npm/utils/hashes/shaMap/leafNode.d.ts.map +1 -0
- package/dist/npm/utils/hashes/shaMap/leafNode.js +40 -0
- package/dist/npm/utils/hashes/shaMap/leafNode.js.map +1 -0
- package/dist/npm/utils/hashes/shaMap/node.d.ts +11 -0
- package/dist/npm/utils/hashes/shaMap/node.d.ts.map +1 -0
- package/dist/npm/utils/hashes/shaMap/node.js +14 -0
- package/dist/npm/utils/hashes/shaMap/node.js.map +1 -0
- package/dist/npm/utils/index.d.ts +14 -0
- package/dist/npm/utils/index.d.ts.map +1 -0
- package/dist/npm/utils/index.js +80 -0
- package/dist/npm/utils/index.js.map +1 -0
- package/dist/npm/utils/signPaymentChannelClaim.d.ts +3 -0
- package/dist/npm/utils/signPaymentChannelClaim.d.ts.map +1 -0
- package/dist/npm/utils/signPaymentChannelClaim.js +17 -0
- package/dist/npm/utils/signPaymentChannelClaim.js.map +1 -0
- package/dist/npm/utils/timeConversion.d.ts +6 -0
- package/dist/npm/utils/timeConversion.d.ts.map +1 -0
- package/dist/npm/utils/timeConversion.js +21 -0
- package/dist/npm/utils/timeConversion.js.map +1 -0
- package/dist/npm/utils/verifyPaymentChannelClaim.d.ts +3 -0
- package/dist/npm/utils/verifyPaymentChannelClaim.d.ts.map +1 -0
- package/dist/npm/utils/verifyPaymentChannelClaim.js +17 -0
- package/dist/npm/utils/verifyPaymentChannelClaim.js.map +1 -0
- package/dist/npm/utils/xrpConversion.d.ts +4 -0
- package/dist/npm/utils/xrpConversion.d.ts.map +1 -0
- package/dist/npm/utils/xrpConversion.js +69 -0
- package/dist/npm/utils/xrpConversion.js.map +1 -0
- package/dist/npm/wallet/generateFaucetWallet.d.ts +15 -0
- package/dist/npm/wallet/generateFaucetWallet.d.ts.map +1 -0
- package/dist/npm/wallet/generateFaucetWallet.js +188 -0
- package/dist/npm/wallet/generateFaucetWallet.js.map +1 -0
- package/dist/npm/wallet/index.d.ts +22 -0
- package/dist/npm/wallet/index.d.ts.map +1 -0
- package/dist/npm/wallet/index.js +135 -0
- package/dist/npm/wallet/index.js.map +1 -0
- package/dist/npm/wallet/signer.d.ts +8 -0
- package/dist/npm/wallet/signer.d.ts.map +1 -0
- package/dist/npm/wallet/signer.js +75 -0
- package/dist/npm/wallet/signer.js.map +1 -0
- package/package.json +45 -36
- package/build/ripple-latest-min.js +0 -2
- package/build/ripple-latest.js +0 -5110
- package/dist/npm/api.d.ts +0 -212
- package/dist/npm/api.d.ts.map +0 -1
- package/dist/npm/api.js +0 -275
- package/dist/npm/api.js.map +0 -1
- package/dist/npm/broadcast.d.ts +0 -10
- package/dist/npm/broadcast.d.ts.map +0 -1
- package/dist/npm/broadcast.js +0 -87
- package/dist/npm/broadcast.js.map +0 -1
- package/dist/npm/common/backoff.d.ts +0 -14
- package/dist/npm/common/backoff.d.ts.map +0 -1
- package/dist/npm/common/backoff.js +0 -26
- package/dist/npm/common/backoff.js.map +0 -1
- package/dist/npm/common/browser-hacks.d.ts +0 -4
- package/dist/npm/common/browser-hacks.d.ts.map +0 -1
- package/dist/npm/common/browser-hacks.js +0 -21
- package/dist/npm/common/browser-hacks.js.map +0 -1
- package/dist/npm/common/connection.d.ts +0 -49
- package/dist/npm/common/connection.d.ts.map +0 -1
- package/dist/npm/common/connection.js +0 -464
- package/dist/npm/common/connection.js.map +0 -1
- package/dist/npm/common/constants.d.ts +0 -62
- package/dist/npm/common/constants.d.ts.map +0 -1
- package/dist/npm/common/constants.js +0 -54
- package/dist/npm/common/constants.js.map +0 -1
- package/dist/npm/common/errors.d.ts +0 -39
- package/dist/npm/common/errors.d.ts.map +0 -1
- package/dist/npm/common/errors.js +0 -98
- package/dist/npm/common/errors.js.map +0 -1
- package/dist/npm/common/hashes/hash-prefix.d.ts +0 -12
- package/dist/npm/common/hashes/hash-prefix.d.ts.map +0 -1
- package/dist/npm/common/hashes/hash-prefix.js +0 -15
- package/dist/npm/common/hashes/hash-prefix.js.map +0 -1
- package/dist/npm/common/hashes/index.d.ts +0 -13
- package/dist/npm/common/hashes/index.d.ts.map +0 -1
- package/dist/npm/common/hashes/index.js +0 -129
- package/dist/npm/common/hashes/index.js.map +0 -1
- package/dist/npm/common/hashes/ledgerspaces.d.ts +0 -21
- package/dist/npm/common/hashes/ledgerspaces.d.ts.map +0 -1
- package/dist/npm/common/hashes/ledgerspaces.js +0 -22
- package/dist/npm/common/hashes/ledgerspaces.js.map +0 -1
- package/dist/npm/common/hashes/sha512Half.d.ts +0 -3
- package/dist/npm/common/hashes/sha512Half.d.ts.map +0 -1
- package/dist/npm/common/hashes/sha512Half.js +0 -12
- package/dist/npm/common/hashes/sha512Half.js.map +0 -1
- package/dist/npm/common/hashes/shamap.d.ts +0 -38
- package/dist/npm/common/hashes/shamap.d.ts.map +0 -1
- package/dist/npm/common/hashes/shamap.js +0 -121
- package/dist/npm/common/hashes/shamap.js.map +0 -1
- package/dist/npm/common/index.d.ts +0 -10
- package/dist/npm/common/index.d.ts.map +0 -1
- package/dist/npm/common/index.js +0 -57
- package/dist/npm/common/index.js.map +0 -1
- package/dist/npm/common/rangeset.d.ts +0 -13
- package/dist/npm/common/rangeset.d.ts.map +0 -1
- package/dist/npm/common/rangeset.js +0 -72
- package/dist/npm/common/rangeset.js.map +0 -1
- package/dist/npm/common/schema-validator.d.ts +0 -5
- package/dist/npm/common/schema-validator.d.ts.map +0 -1
- package/dist/npm/common/schema-validator.js +0 -190
- package/dist/npm/common/schema-validator.js.map +0 -1
- package/dist/npm/common/schemas/input/api-options.json +0 -69
- package/dist/npm/common/schemas/input/combine.json +0 -19
- package/dist/npm/common/schemas/input/compute-ledger-hash.json +0 -13
- package/dist/npm/common/schemas/input/generate-address.json +0 -37
- package/dist/npm/common/schemas/input/generate-x-address.json +0 -37
- package/dist/npm/common/schemas/input/get-account-info.json +0 -24
- package/dist/npm/common/schemas/input/get-account-objects.json +0 -56
- package/dist/npm/common/schemas/input/get-balance-sheet.json +0 -30
- package/dist/npm/common/schemas/input/get-balances.json +0 -37
- package/dist/npm/common/schemas/input/get-fee.json +0 -13
- package/dist/npm/common/schemas/input/get-ledger.json +0 -35
- package/dist/npm/common/schemas/input/get-orderbook.json +0 -33
- package/dist/npm/common/schemas/input/get-orders.json +0 -29
- package/dist/npm/common/schemas/input/get-paths.json +0 -69
- package/dist/npm/common/schemas/input/get-payment-channel.json +0 -14
- package/dist/npm/common/schemas/input/get-settings.json +0 -24
- package/dist/npm/common/schemas/input/get-transaction.json +0 -28
- package/dist/npm/common/schemas/input/get-transactions.json +0 -71
- package/dist/npm/common/schemas/input/get-trustlines.json +0 -37
- package/dist/npm/common/schemas/input/prepare-check-cancel.json +0 -18
- package/dist/npm/common/schemas/input/prepare-check-cash.json +0 -18
- package/dist/npm/common/schemas/input/prepare-check-create.json +0 -18
- package/dist/npm/common/schemas/input/prepare-escrow-cancellation.json +0 -18
- package/dist/npm/common/schemas/input/prepare-escrow-creation.json +0 -18
- package/dist/npm/common/schemas/input/prepare-escrow-execution.json +0 -18
- package/dist/npm/common/schemas/input/prepare-order-cancellation.json +0 -18
- package/dist/npm/common/schemas/input/prepare-order.json +0 -18
- package/dist/npm/common/schemas/input/prepare-payment-channel-claim.json +0 -18
- package/dist/npm/common/schemas/input/prepare-payment-channel-create.json +0 -18
- package/dist/npm/common/schemas/input/prepare-payment-channel-fund.json +0 -18
- package/dist/npm/common/schemas/input/prepare-payment.json +0 -18
- package/dist/npm/common/schemas/input/prepare-settings.json +0 -18
- package/dist/npm/common/schemas/input/prepare-ticket-create.json +0 -18
- package/dist/npm/common/schemas/input/prepare-trustline.json +0 -18
- package/dist/npm/common/schemas/input/sign-payment-channel-claim.json +0 -21
- package/dist/npm/common/schemas/input/sign.json +0 -55
- package/dist/npm/common/schemas/input/submit.json +0 -17
- package/dist/npm/common/schemas/input/verify-payment-channel-claim.json +0 -25
- package/dist/npm/common/schemas/objects/address.json +0 -12
- package/dist/npm/common/schemas/objects/adjustment.json +0 -12
- package/dist/npm/common/schemas/objects/amount.json +0 -10
- package/dist/npm/common/schemas/objects/amountbase.json +0 -44
- package/dist/npm/common/schemas/objects/balance.json +0 -45
- package/dist/npm/common/schemas/objects/blob.json +0 -8
- package/dist/npm/common/schemas/objects/classic-address.json +0 -9
- package/dist/npm/common/schemas/objects/currency.json +0 -8
- package/dist/npm/common/schemas/objects/destination-address-tag.json +0 -15
- package/dist/npm/common/schemas/objects/destination-adjustment.json +0 -9
- package/dist/npm/common/schemas/objects/destination-exact-adjustment.json +0 -18
- package/dist/npm/common/schemas/objects/hash128.json +0 -7
- package/dist/npm/common/schemas/objects/hash256.json +0 -7
- package/dist/npm/common/schemas/objects/instructions.json +0 -59
- package/dist/npm/common/schemas/objects/issue.json +0 -9
- package/dist/npm/common/schemas/objects/lax-amount.json +0 -14
- package/dist/npm/common/schemas/objects/lax-lax-amount.json +0 -14
- package/dist/npm/common/schemas/objects/ledger-version.json +0 -15
- package/dist/npm/common/schemas/objects/max-adjustment.json +0 -18
- package/dist/npm/common/schemas/objects/memo.json +0 -25
- package/dist/npm/common/schemas/objects/memos.json +0 -10
- package/dist/npm/common/schemas/objects/min-adjustment.json +0 -18
- package/dist/npm/common/schemas/objects/orderbook.json +0 -11
- package/dist/npm/common/schemas/objects/private-key.json +0 -7
- package/dist/npm/common/schemas/objects/public-key.json +0 -7
- package/dist/npm/common/schemas/objects/quality.json +0 -8
- package/dist/npm/common/schemas/objects/sequence.json +0 -8
- package/dist/npm/common/schemas/objects/settings-plus-memos.json +0 -120
- package/dist/npm/common/schemas/objects/signature.json +0 -7
- package/dist/npm/common/schemas/objects/signed-value.json +0 -8
- package/dist/npm/common/schemas/objects/source-adjustment.json +0 -9
- package/dist/npm/common/schemas/objects/source-exact-adjustment.json +0 -18
- package/dist/npm/common/schemas/objects/tag.json +0 -7
- package/dist/npm/common/schemas/objects/ticket-sequence.json +0 -8
- package/dist/npm/common/schemas/objects/transaction-hash.json +0 -8
- package/dist/npm/common/schemas/objects/transaction-type.json +0 -25
- package/dist/npm/common/schemas/objects/tx-json.json +0 -12
- package/dist/npm/common/schemas/objects/uint32.json +0 -8
- package/dist/npm/common/schemas/objects/value.json +0 -8
- package/dist/npm/common/schemas/objects/x-address.json +0 -9
- package/dist/npm/common/schemas/output/generate-address.json +0 -26
- package/dist/npm/common/schemas/output/generate-x-address.json +0 -18
- package/dist/npm/common/schemas/output/get-account-info.json +0 -40
- package/dist/npm/common/schemas/output/get-account-objects.json +0 -48
- package/dist/npm/common/schemas/output/get-balance-sheet.json +0 -33
- package/dist/npm/common/schemas/output/get-balances.json +0 -6
- package/dist/npm/common/schemas/output/get-ledger.json +0 -90
- package/dist/npm/common/schemas/output/get-orderbook.json +0 -17
- package/dist/npm/common/schemas/output/get-orders.json +0 -36
- package/dist/npm/common/schemas/output/get-paths.json +0 -24
- package/dist/npm/common/schemas/output/get-payment-channel.json +0 -67
- package/dist/npm/common/schemas/output/get-server-info.json +0 -117
- package/dist/npm/common/schemas/output/get-settings.json +0 -8
- package/dist/npm/common/schemas/output/get-transaction.json +0 -237
- package/dist/npm/common/schemas/output/get-transactions.json +0 -8
- package/dist/npm/common/schemas/output/get-trustlines.json +0 -49
- package/dist/npm/common/schemas/output/ledger-event.json +0 -46
- package/dist/npm/common/schemas/output/order-change.json +0 -40
- package/dist/npm/common/schemas/output/orderbook-orders.json +0 -58
- package/dist/npm/common/schemas/output/outcome.json +0 -57
- package/dist/npm/common/schemas/output/prepare.json +0 -47
- package/dist/npm/common/schemas/output/sign-payment-channel-claim.json +0 -7
- package/dist/npm/common/schemas/output/sign.json +0 -18
- package/dist/npm/common/schemas/output/submit.json +0 -37
- package/dist/npm/common/schemas/output/verify-payment-channel-claim.json +0 -6
- package/dist/npm/common/schemas/specifications/account-delete.json +0 -29
- package/dist/npm/common/schemas/specifications/check-cancel.json +0 -14
- package/dist/npm/common/schemas/specifications/check-cash.json +0 -26
- package/dist/npm/common/schemas/specifications/check-create.json +0 -31
- package/dist/npm/common/schemas/specifications/deposit-preauth.json +0 -21
- package/dist/npm/common/schemas/specifications/escrow-cancellation.json +0 -19
- package/dist/npm/common/schemas/specifications/escrow-creation.json +0 -42
- package/dist/npm/common/schemas/specifications/escrow-execution.json +0 -29
- package/dist/npm/common/schemas/specifications/get-payment.json +0 -39
- package/dist/npm/common/schemas/specifications/order-cancellation.json +0 -15
- package/dist/npm/common/schemas/specifications/order.json +0 -49
- package/dist/npm/common/schemas/specifications/payment-channel-claim.json +0 -38
- package/dist/npm/common/schemas/specifications/payment-channel-create.json +0 -39
- package/dist/npm/common/schemas/specifications/payment-channel-fund.json +0 -23
- package/dist/npm/common/schemas/specifications/payment.json +0 -39
- package/dist/npm/common/schemas/specifications/settings.json +0 -20
- package/dist/npm/common/schemas/specifications/trustline.json +0 -43
- package/dist/npm/common/serverinfo.d.ts +0 -34
- package/dist/npm/common/serverinfo.d.ts.map +0 -1
- package/dist/npm/common/serverinfo.js +0 -79
- package/dist/npm/common/serverinfo.js.map +0 -1
- package/dist/npm/common/txflags.d.ts +0 -51
- package/dist/npm/common/txflags.d.ts.map +0 -1
- package/dist/npm/common/txflags.js +0 -55
- package/dist/npm/common/txflags.js.map +0 -1
- package/dist/npm/common/types/commands/account_info.d.ts +0 -18
- package/dist/npm/common/types/commands/account_info.d.ts.map +0 -1
- package/dist/npm/common/types/commands/account_info.js +0 -3
- package/dist/npm/common/types/commands/account_info.js.map +0 -1
- package/dist/npm/common/types/commands/account_lines.d.ts +0 -18
- package/dist/npm/common/types/commands/account_lines.d.ts.map +0 -1
- package/dist/npm/common/types/commands/account_lines.js +0 -3
- package/dist/npm/common/types/commands/account_lines.js.map +0 -1
- package/dist/npm/common/types/commands/account_objects.d.ts +0 -27
- package/dist/npm/common/types/commands/account_objects.d.ts.map +0 -1
- package/dist/npm/common/types/commands/account_objects.js +0 -3
- package/dist/npm/common/types/commands/account_objects.js.map +0 -1
- package/dist/npm/common/types/commands/account_offers.d.ts +0 -25
- package/dist/npm/common/types/commands/account_offers.d.ts.map +0 -1
- package/dist/npm/common/types/commands/account_offers.js +0 -3
- package/dist/npm/common/types/commands/account_offers.js.map +0 -1
- package/dist/npm/common/types/commands/book_offers.d.ts +0 -24
- package/dist/npm/common/types/commands/book_offers.d.ts.map +0 -1
- package/dist/npm/common/types/commands/book_offers.js +0 -3
- package/dist/npm/common/types/commands/book_offers.js.map +0 -1
- package/dist/npm/common/types/commands/gateway_balances.d.ts +0 -24
- package/dist/npm/common/types/commands/gateway_balances.d.ts.map +0 -1
- package/dist/npm/common/types/commands/gateway_balances.js +0 -3
- package/dist/npm/common/types/commands/gateway_balances.js.map +0 -1
- package/dist/npm/common/types/commands/index.d.ts +0 -11
- package/dist/npm/common/types/commands/index.d.ts.map +0 -1
- package/dist/npm/common/types/commands/index.js +0 -23
- package/dist/npm/common/types/commands/index.js.map +0 -1
- package/dist/npm/common/types/commands/ledger.d.ts +0 -19
- package/dist/npm/common/types/commands/ledger.d.ts.map +0 -1
- package/dist/npm/common/types/commands/ledger.js.map +0 -1
- package/dist/npm/common/types/commands/ledger_data.d.ts +0 -11
- package/dist/npm/common/types/commands/ledger_data.d.ts.map +0 -1
- package/dist/npm/common/types/commands/ledger_data.js +0 -3
- package/dist/npm/common/types/commands/ledger_data.js.map +0 -1
- package/dist/npm/common/types/commands/ledger_entry.d.ts +0 -30
- package/dist/npm/common/types/commands/ledger_entry.d.ts.map +0 -1
- package/dist/npm/common/types/commands/ledger_entry.js +0 -3
- package/dist/npm/common/types/commands/ledger_entry.js.map +0 -1
- package/dist/npm/common/types/commands/server_info.d.ts +0 -50
- package/dist/npm/common/types/commands/server_info.d.ts.map +0 -1
- package/dist/npm/common/types/commands/server_info.js +0 -3
- package/dist/npm/common/types/commands/server_info.js.map +0 -1
- package/dist/npm/common/types/objects/adjustments.d.ts +0 -17
- package/dist/npm/common/types/objects/adjustments.d.ts.map +0 -1
- package/dist/npm/common/types/objects/adjustments.js +0 -3
- package/dist/npm/common/types/objects/adjustments.js.map +0 -1
- package/dist/npm/common/types/objects/amounts.d.ts +0 -14
- package/dist/npm/common/types/objects/amounts.d.ts.map +0 -1
- package/dist/npm/common/types/objects/amounts.js +0 -3
- package/dist/npm/common/types/objects/amounts.js.map +0 -1
- package/dist/npm/common/types/objects/index.d.ts +0 -13
- package/dist/npm/common/types/objects/index.d.ts.map +0 -1
- package/dist/npm/common/types/objects/index.js +0 -25
- package/dist/npm/common/types/objects/index.js.map +0 -1
- package/dist/npm/common/types/objects/ledger.d.ts +0 -33
- package/dist/npm/common/types/objects/ledger.d.ts.map +0 -1
- package/dist/npm/common/types/objects/ledger.js.map +0 -1
- package/dist/npm/common/types/objects/ledger_data.d.ts +0 -11
- package/dist/npm/common/types/objects/ledger_data.d.ts.map +0 -1
- package/dist/npm/common/types/objects/ledger_data.js +0 -3
- package/dist/npm/common/types/objects/ledger_data.js.map +0 -1
- package/dist/npm/common/types/objects/ledger_entries.d.ts +0 -159
- package/dist/npm/common/types/objects/ledger_entries.d.ts.map +0 -1
- package/dist/npm/common/types/objects/ledger_entries.js +0 -3
- package/dist/npm/common/types/objects/ledger_entries.js.map +0 -1
- package/dist/npm/common/types/objects/memos.d.ts +0 -6
- package/dist/npm/common/types/objects/memos.d.ts.map +0 -1
- package/dist/npm/common/types/objects/memos.js +0 -3
- package/dist/npm/common/types/objects/memos.js.map +0 -1
- package/dist/npm/common/types/objects/orders.d.ts +0 -14
- package/dist/npm/common/types/objects/orders.d.ts.map +0 -1
- package/dist/npm/common/types/objects/orders.js +0 -3
- package/dist/npm/common/types/objects/orders.js.map +0 -1
- package/dist/npm/common/types/objects/queue_data.d.ts +0 -16
- package/dist/npm/common/types/objects/queue_data.d.ts.map +0 -1
- package/dist/npm/common/types/objects/queue_data.js +0 -3
- package/dist/npm/common/types/objects/queue_data.js.map +0 -1
- package/dist/npm/common/types/objects/settings.d.ts +0 -31
- package/dist/npm/common/types/objects/settings.d.ts.map +0 -1
- package/dist/npm/common/types/objects/settings.js +0 -3
- package/dist/npm/common/types/objects/settings.js.map +0 -1
- package/dist/npm/common/types/objects/signers.d.ts +0 -7
- package/dist/npm/common/types/objects/signers.d.ts.map +0 -1
- package/dist/npm/common/types/objects/signers.js +0 -3
- package/dist/npm/common/types/objects/signers.js.map +0 -1
- package/dist/npm/common/types/objects/transactions.d.ts +0 -22
- package/dist/npm/common/types/objects/transactions.d.ts.map +0 -1
- package/dist/npm/common/types/objects/transactions.js +0 -3
- package/dist/npm/common/types/objects/transactions.js.map +0 -1
- package/dist/npm/common/types/objects/trustlines.d.ts +0 -40
- package/dist/npm/common/types/objects/trustlines.d.ts.map +0 -1
- package/dist/npm/common/types/objects/trustlines.js +0 -3
- package/dist/npm/common/types/objects/trustlines.js.map +0 -1
- package/dist/npm/common/utils.d.ts +0 -12
- package/dist/npm/common/utils.d.ts.map +0 -1
- package/dist/npm/common/utils.js +0 -149
- package/dist/npm/common/utils.js.map +0 -1
- package/dist/npm/common/validate.d.ts +0 -38
- package/dist/npm/common/validate.d.ts.map +0 -1
- package/dist/npm/common/validate.js +0 -79
- package/dist/npm/common/validate.js.map +0 -1
- package/dist/npm/common/wswrapper.d.ts +0 -15
- package/dist/npm/common/wswrapper.d.ts.map +0 -1
- package/dist/npm/common/wswrapper.js +0 -38
- package/dist/npm/common/wswrapper.js.map +0 -1
- package/dist/npm/ledger/accountinfo.d.ts +0 -14
- package/dist/npm/ledger/accountinfo.d.ts.map +0 -1
- package/dist/npm/ledger/accountinfo.js +0 -36
- package/dist/npm/ledger/accountinfo.js.map +0 -1
- package/dist/npm/ledger/accountobjects.d.ts +0 -4
- package/dist/npm/ledger/accountobjects.d.ts.map +0 -1
- package/dist/npm/ledger/accountobjects.js +0 -27
- package/dist/npm/ledger/accountobjects.js.map +0 -1
- package/dist/npm/ledger/balance-sheet.d.ts +0 -17
- package/dist/npm/ledger/balance-sheet.d.ts.map +0 -1
- package/dist/npm/ledger/balance-sheet.js +0 -71
- package/dist/npm/ledger/balance-sheet.js.map +0 -1
- package/dist/npm/ledger/balances.d.ts +0 -11
- package/dist/npm/ledger/balances.d.ts.map +0 -1
- package/dist/npm/ledger/balances.js +0 -61
- package/dist/npm/ledger/balances.js.map +0 -1
- package/dist/npm/ledger/ledger.d.ts +0 -12
- package/dist/npm/ledger/ledger.d.ts.map +0 -1
- package/dist/npm/ledger/ledger.js +0 -28
- package/dist/npm/ledger/ledger.js.map +0 -1
- package/dist/npm/ledger/orderbook.d.ts +0 -22
- package/dist/npm/ledger/orderbook.d.ts.map +0 -1
- package/dist/npm/ledger/orderbook.js +0 -100
- package/dist/npm/ledger/orderbook.js.map +0 -1
- package/dist/npm/ledger/orders.d.ts +0 -8
- package/dist/npm/ledger/orders.d.ts.map +0 -1
- package/dist/npm/ledger/orders.js +0 -56
- package/dist/npm/ledger/orders.js.map +0 -1
- package/dist/npm/ledger/parse/account-delete.d.ts +0 -8
- package/dist/npm/ledger/parse/account-delete.d.ts.map +0 -1
- package/dist/npm/ledger/parse/account-delete.js +0 -34
- package/dist/npm/ledger/parse/account-delete.js.map +0 -1
- package/dist/npm/ledger/parse/account-order.d.ts +0 -11
- package/dist/npm/ledger/parse/account-order.d.ts.map +0 -1
- package/dist/npm/ledger/parse/account-order.js +0 -40
- package/dist/npm/ledger/parse/account-order.js.map +0 -1
- package/dist/npm/ledger/parse/account-trustline.d.ts +0 -4
- package/dist/npm/ledger/parse/account-trustline.d.ts.map +0 -1
- package/dist/npm/ledger/parse/account-trustline.js +0 -28
- package/dist/npm/ledger/parse/account-trustline.js.map +0 -1
- package/dist/npm/ledger/parse/amendment.d.ts +0 -5
- package/dist/npm/ledger/parse/amendment.d.ts.map +0 -1
- package/dist/npm/ledger/parse/amendment.js +0 -9
- package/dist/npm/ledger/parse/amendment.js.map +0 -1
- package/dist/npm/ledger/parse/amount.d.ts +0 -4
- package/dist/npm/ledger/parse/amount.d.ts.map +0 -1
- package/dist/npm/ledger/parse/amount.js +0 -37
- package/dist/npm/ledger/parse/amount.js.map +0 -1
- package/dist/npm/ledger/parse/cancellation.d.ts +0 -3
- package/dist/npm/ledger/parse/cancellation.d.ts.map +0 -1
- package/dist/npm/ledger/parse/cancellation.js +0 -30
- package/dist/npm/ledger/parse/cancellation.js.map +0 -1
- package/dist/npm/ledger/parse/check-cancel.d.ts +0 -6
- package/dist/npm/ledger/parse/check-cancel.d.ts.map +0 -1
- package/dist/npm/ledger/parse/check-cancel.js +0 -31
- package/dist/npm/ledger/parse/check-cancel.js.map +0 -1
- package/dist/npm/ledger/parse/check-cash.d.ts +0 -9
- package/dist/npm/ledger/parse/check-cash.d.ts.map +0 -1
- package/dist/npm/ledger/parse/check-cash.js +0 -37
- package/dist/npm/ledger/parse/check-cash.js.map +0 -1
- package/dist/npm/ledger/parse/check-create.d.ts +0 -11
- package/dist/npm/ledger/parse/check-create.d.ts.map +0 -1
- package/dist/npm/ledger/parse/check-create.js +0 -40
- package/dist/npm/ledger/parse/check-create.js.map +0 -1
- package/dist/npm/ledger/parse/deposit-preauth.d.ts +0 -7
- package/dist/npm/ledger/parse/deposit-preauth.d.ts.map +0 -1
- package/dist/npm/ledger/parse/deposit-preauth.js +0 -32
- package/dist/npm/ledger/parse/deposit-preauth.js.map +0 -1
- package/dist/npm/ledger/parse/escrow-cancellation.d.ts +0 -3
- package/dist/npm/ledger/parse/escrow-cancellation.d.ts.map +0 -1
- package/dist/npm/ledger/parse/escrow-cancellation.js +0 -34
- package/dist/npm/ledger/parse/escrow-cancellation.js.map +0 -1
- package/dist/npm/ledger/parse/escrow-creation.d.ts +0 -3
- package/dist/npm/ledger/parse/escrow-creation.d.ts.map +0 -1
- package/dist/npm/ledger/parse/escrow-creation.js +0 -43
- package/dist/npm/ledger/parse/escrow-creation.js.map +0 -1
- package/dist/npm/ledger/parse/escrow-execution.d.ts +0 -3
- package/dist/npm/ledger/parse/escrow-execution.d.ts.map +0 -1
- package/dist/npm/ledger/parse/escrow-execution.js +0 -36
- package/dist/npm/ledger/parse/escrow-execution.js.map +0 -1
- package/dist/npm/ledger/parse/fee-update.d.ts +0 -8
- package/dist/npm/ledger/parse/fee-update.d.ts.map +0 -1
- package/dist/npm/ledger/parse/fee-update.js +0 -18
- package/dist/npm/ledger/parse/fee-update.js.map +0 -1
- package/dist/npm/ledger/parse/fields.d.ts +0 -3
- package/dist/npm/ledger/parse/fields.d.ts.map +0 -1
- package/dist/npm/ledger/parse/fields.js +0 -67
- package/dist/npm/ledger/parse/fields.js.map +0 -1
- package/dist/npm/ledger/parse/flags.d.ts +0 -16
- package/dist/npm/ledger/parse/flags.d.ts.map +0 -1
- package/dist/npm/ledger/parse/flags.js +0 -20
- package/dist/npm/ledger/parse/flags.js.map +0 -1
- package/dist/npm/ledger/parse/ledger.d.ts +0 -19
- package/dist/npm/ledger/parse/ledger.d.ts.map +0 -1
- package/dist/npm/ledger/parse/ledger.js +0 -76
- package/dist/npm/ledger/parse/ledger.js.map +0 -1
- package/dist/npm/ledger/parse/order.d.ts +0 -4
- package/dist/npm/ledger/parse/order.d.ts.map +0 -1
- package/dist/npm/ledger/parse/order.js +0 -48
- package/dist/npm/ledger/parse/order.js.map +0 -1
- package/dist/npm/ledger/parse/orderbook-order.d.ts +0 -17
- package/dist/npm/ledger/parse/orderbook-order.d.ts.map +0 -1
- package/dist/npm/ledger/parse/orderbook-order.js +0 -63
- package/dist/npm/ledger/parse/orderbook-order.js.map +0 -1
- package/dist/npm/ledger/parse/pathfind.d.ts +0 -4
- package/dist/npm/ledger/parse/pathfind.d.ts.map +0 -1
- package/dist/npm/ledger/parse/pathfind.js +0 -63
- package/dist/npm/ledger/parse/pathfind.js.map +0 -1
- package/dist/npm/ledger/parse/payment-channel-claim.d.ts +0 -3
- package/dist/npm/ledger/parse/payment-channel-claim.d.ts.map +0 -1
- package/dist/npm/ledger/parse/payment-channel-claim.js +0 -42
- package/dist/npm/ledger/parse/payment-channel-claim.js.map +0 -1
- package/dist/npm/ledger/parse/payment-channel-create.d.ts +0 -3
- package/dist/npm/ledger/parse/payment-channel-create.d.ts.map +0 -1
- package/dist/npm/ledger/parse/payment-channel-create.js +0 -42
- package/dist/npm/ledger/parse/payment-channel-create.js.map +0 -1
- package/dist/npm/ledger/parse/payment-channel-fund.d.ts +0 -3
- package/dist/npm/ledger/parse/payment-channel-fund.d.ts.map +0 -1
- package/dist/npm/ledger/parse/payment-channel-fund.js +0 -38
- package/dist/npm/ledger/parse/payment-channel-fund.js.map +0 -1
- package/dist/npm/ledger/parse/payment-channel.d.ts +0 -17
- package/dist/npm/ledger/parse/payment-channel.d.ts.map +0 -1
- package/dist/npm/ledger/parse/payment-channel.js +0 -23
- package/dist/npm/ledger/parse/payment-channel.js.map +0 -1
- package/dist/npm/ledger/parse/payment.d.ts +0 -3
- package/dist/npm/ledger/parse/payment.d.ts.map +0 -1
- package/dist/npm/ledger/parse/payment.js +0 -64
- package/dist/npm/ledger/parse/payment.js.map +0 -1
- package/dist/npm/ledger/parse/settings.d.ts +0 -3
- package/dist/npm/ledger/parse/settings.d.ts.map +0 -1
- package/dist/npm/ledger/parse/settings.js +0 -74
- package/dist/npm/ledger/parse/settings.js.map +0 -1
- package/dist/npm/ledger/parse/ticket-create.d.ts +0 -3
- package/dist/npm/ledger/parse/ticket-create.d.ts.map +0 -1
- package/dist/npm/ledger/parse/ticket-create.js +0 -31
- package/dist/npm/ledger/parse/ticket-create.js.map +0 -1
- package/dist/npm/ledger/parse/transaction.d.ts +0 -3
- package/dist/npm/ledger/parse/transaction.d.ts.map +0 -1
- package/dist/npm/ledger/parse/transaction.js +0 -98
- package/dist/npm/ledger/parse/transaction.js.map +0 -1
- package/dist/npm/ledger/parse/trustline.d.ts +0 -3
- package/dist/npm/ledger/parse/trustline.d.ts.map +0 -1
- package/dist/npm/ledger/parse/trustline.js +0 -50
- package/dist/npm/ledger/parse/trustline.js.map +0 -1
- package/dist/npm/ledger/parse/utils.d.ts +0 -10
- package/dist/npm/ledger/parse/utils.d.ts.map +0 -1
- package/dist/npm/ledger/parse/utils.js +0 -137
- package/dist/npm/ledger/parse/utils.js.map +0 -1
- package/dist/npm/ledger/pathfind-types.d.ts +0 -60
- package/dist/npm/ledger/pathfind-types.d.ts.map +0 -1
- package/dist/npm/ledger/pathfind-types.js +0 -3
- package/dist/npm/ledger/pathfind-types.js.map +0 -1
- package/dist/npm/ledger/pathfind.d.ts +0 -5
- package/dist/npm/ledger/pathfind.d.ts.map +0 -1
- package/dist/npm/ledger/pathfind.js +0 -141
- package/dist/npm/ledger/pathfind.js.map +0 -1
- package/dist/npm/ledger/payment-channel.d.ts +0 -5
- package/dist/npm/ledger/payment-channel.d.ts.map +0 -1
- package/dist/npm/ledger/payment-channel.js +0 -34
- package/dist/npm/ledger/payment-channel.js.map +0 -1
- package/dist/npm/ledger/settings.d.ts +0 -11
- package/dist/npm/ledger/settings.d.ts.map +0 -1
- package/dist/npm/ledger/settings.js +0 -73
- package/dist/npm/ledger/settings.js.map +0 -1
- package/dist/npm/ledger/transaction-types.d.ts +0 -1
- package/dist/npm/ledger/transaction-types.d.ts.map +0 -1
- package/dist/npm/ledger/transaction-types.js +0 -2
- package/dist/npm/ledger/transaction-types.js.map +0 -1
- package/dist/npm/ledger/transaction.d.ts +0 -10
- package/dist/npm/ledger/transaction.d.ts.map +0 -1
- package/dist/npm/ledger/transaction.js +0 -127
- package/dist/npm/ledger/transaction.js.map +0 -1
- package/dist/npm/ledger/transactions.d.ts +0 -20
- package/dist/npm/ledger/transactions.d.ts.map +0 -1
- package/dist/npm/ledger/transactions.js +0 -157
- package/dist/npm/ledger/transactions.js.map +0 -1
- package/dist/npm/ledger/trustlines.d.ts +0 -11
- package/dist/npm/ledger/trustlines.d.ts.map +0 -1
- package/dist/npm/ledger/trustlines.js +0 -57
- package/dist/npm/ledger/trustlines.js.map +0 -1
- package/dist/npm/ledger/utils.d.ts +0 -33
- package/dist/npm/ledger/utils.d.ts.map +0 -1
- package/dist/npm/ledger/utils.js +0 -107
- package/dist/npm/ledger/utils.js.map +0 -1
- package/dist/npm/offline/derive.d.ts +0 -8
- package/dist/npm/offline/derive.d.ts.map +0 -1
- package/dist/npm/offline/derive.js +0 -13
- package/dist/npm/offline/derive.js.map +0 -1
- package/dist/npm/offline/generate-address.d.ts +0 -15
- package/dist/npm/offline/generate-address.d.ts.map +0 -1
- package/dist/npm/offline/generate-address.js +0 -37
- package/dist/npm/offline/generate-address.js.map +0 -1
- package/dist/npm/offline/ledgerhash.d.ts +0 -6
- package/dist/npm/offline/ledgerhash.d.ts.map +0 -1
- package/dist/npm/offline/ledgerhash.js +0 -106
- package/dist/npm/offline/ledgerhash.js.map +0 -1
- package/dist/npm/offline/sign-payment-channel-claim.d.ts +0 -3
- package/dist/npm/offline/sign-payment-channel-claim.d.ts.map +0 -1
- package/dist/npm/offline/sign-payment-channel-claim.js +0 -38
- package/dist/npm/offline/sign-payment-channel-claim.js.map +0 -1
- package/dist/npm/offline/verify-payment-channel-claim.d.ts +0 -3
- package/dist/npm/offline/verify-payment-channel-claim.d.ts.map +0 -1
- package/dist/npm/offline/verify-payment-channel-claim.js +0 -18
- package/dist/npm/offline/verify-payment-channel-claim.js.map +0 -1
- package/dist/npm/server/server.d.ts +0 -8
- package/dist/npm/server/server.d.ts.map +0 -1
- package/dist/npm/server/server.js +0 -66
- package/dist/npm/server/server.js.map +0 -1
- package/dist/npm/transaction/check-cancel.d.ts +0 -8
- package/dist/npm/transaction/check-cancel.d.ts.map +0 -1
- package/dist/npm/transaction/check-cancel.js +0 -24
- package/dist/npm/transaction/check-cancel.js.map +0 -1
- package/dist/npm/transaction/check-cash.d.ts +0 -11
- package/dist/npm/transaction/check-cash.d.ts.map +0 -1
- package/dist/npm/transaction/check-cash.js +0 -55
- package/dist/npm/transaction/check-cash.js.map +0 -1
- package/dist/npm/transaction/check-create.d.ts +0 -13
- package/dist/npm/transaction/check-create.d.ts.map +0 -1
- package/dist/npm/transaction/check-create.js +0 -54
- package/dist/npm/transaction/check-create.js.map +0 -1
- package/dist/npm/transaction/combine.d.ts +0 -3
- package/dist/npm/transaction/combine.d.ts.map +0 -1
- package/dist/npm/transaction/combine.js +0 -54
- package/dist/npm/transaction/combine.js.map +0 -1
- package/dist/npm/transaction/escrow-cancellation.d.ts +0 -11
- package/dist/npm/transaction/escrow-cancellation.d.ts.map +0 -1
- package/dist/npm/transaction/escrow-cancellation.js +0 -46
- package/dist/npm/transaction/escrow-cancellation.js.map +0 -1
- package/dist/npm/transaction/escrow-creation.d.ts +0 -16
- package/dist/npm/transaction/escrow-creation.d.ts.map +0 -1
- package/dist/npm/transaction/escrow-creation.js +0 -69
- package/dist/npm/transaction/escrow-creation.js.map +0 -1
- package/dist/npm/transaction/escrow-execution.d.ts +0 -13
- package/dist/npm/transaction/escrow-execution.d.ts.map +0 -1
- package/dist/npm/transaction/escrow-execution.js +0 -58
- package/dist/npm/transaction/escrow-execution.js.map +0 -1
- package/dist/npm/transaction/order.d.ts +0 -6
- package/dist/npm/transaction/order.d.ts.map +0 -1
- package/dist/npm/transaction/order.js +0 -69
- package/dist/npm/transaction/order.js.map +0 -1
- package/dist/npm/transaction/ordercancellation.d.ts +0 -5
- package/dist/npm/transaction/ordercancellation.d.ts.map +0 -1
- package/dist/npm/transaction/ordercancellation.js +0 -50
- package/dist/npm/transaction/ordercancellation.js.map +0 -1
- package/dist/npm/transaction/payment-channel-claim.d.ts +0 -14
- package/dist/npm/transaction/payment-channel-claim.d.ts.map +0 -1
- package/dist/npm/transaction/payment-channel-claim.js +0 -76
- package/dist/npm/transaction/payment-channel-claim.js.map +0 -1
- package/dist/npm/transaction/payment-channel-create.d.ts +0 -14
- package/dist/npm/transaction/payment-channel-create.d.ts.map +0 -1
- package/dist/npm/transaction/payment-channel-create.js +0 -59
- package/dist/npm/transaction/payment-channel-create.js.map +0 -1
- package/dist/npm/transaction/payment-channel-fund.d.ts +0 -10
- package/dist/npm/transaction/payment-channel-fund.d.ts.map +0 -1
- package/dist/npm/transaction/payment-channel-fund.js +0 -51
- package/dist/npm/transaction/payment-channel-fund.js.map +0 -1
- package/dist/npm/transaction/payment.d.ts +0 -16
- package/dist/npm/transaction/payment.d.ts.map +0 -1
- package/dist/npm/transaction/payment.js +0 -164
- package/dist/npm/transaction/payment.js.map +0 -1
- package/dist/npm/transaction/settings.d.ts +0 -6
- package/dist/npm/transaction/settings.d.ts.map +0 -1
- package/dist/npm/transaction/settings.js +0 -130
- package/dist/npm/transaction/settings.js.map +0 -1
- package/dist/npm/transaction/sign.d.ts +0 -8
- package/dist/npm/transaction/sign.d.ts.map +0 -1
- package/dist/npm/transaction/sign.js +0 -159
- package/dist/npm/transaction/sign.js.map +0 -1
- package/dist/npm/transaction/submit.d.ts +0 -8
- package/dist/npm/transaction/submit.d.ts.map +0 -1
- package/dist/npm/transaction/submit.js +0 -60
- package/dist/npm/transaction/submit.js.map +0 -1
- package/dist/npm/transaction/ticket.d.ts +0 -9
- package/dist/npm/transaction/ticket.d.ts.map +0 -1
- package/dist/npm/transaction/ticket.js +0 -46
- package/dist/npm/transaction/ticket.js.map +0 -1
- package/dist/npm/transaction/trustline.d.ts +0 -6
- package/dist/npm/transaction/trustline.d.ts.map +0 -1
- package/dist/npm/transaction/trustline.js +0 -82
- package/dist/npm/transaction/trustline.js.map +0 -1
- package/dist/npm/transaction/types.d.ts +0 -138
- package/dist/npm/transaction/types.d.ts.map +0 -1
- package/dist/npm/transaction/types.js +0 -3
- package/dist/npm/transaction/types.js.map +0 -1
- package/dist/npm/transaction/utils.d.ts +0 -22
- package/dist/npm/transaction/utils.d.ts.map +0 -1
- package/dist/npm/transaction/utils.js +0 -269
- package/dist/npm/transaction/utils.js.map +0 -1
- package/dist/npm/tsconfig.tsbuildinfo +0 -3373
@@ -1,37 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "generateAddressParameters",
|
4
|
-
"type": "object",
|
5
|
-
"properties": {
|
6
|
-
"options": {
|
7
|
-
"type": "object",
|
8
|
-
"description": "Options to control how the address and secret are generated.",
|
9
|
-
"properties": {
|
10
|
-
"entropy": {
|
11
|
-
"type": "array",
|
12
|
-
"items": {
|
13
|
-
"type": "integer",
|
14
|
-
"minimum": 0,
|
15
|
-
"maximum": 255
|
16
|
-
},
|
17
|
-
"description": "The entropy to use to generate the seed. Must be an array of length 16 with values from 0-255 (16 bytes of entropy)"
|
18
|
-
},
|
19
|
-
"algorithm": {
|
20
|
-
"type": "string",
|
21
|
-
"enum": ["ecdsa-secp256k1", "ed25519"],
|
22
|
-
"description": "The digital signature algorithm to generate an address for. Can be `ecdsa-secp256k1` (default) or `ed25519`."
|
23
|
-
},
|
24
|
-
"test": {
|
25
|
-
"type": "boolean",
|
26
|
-
"description": "Specifies whether the address is intended for use on a test network such as Testnet or Devnet. If `true`, the address should only be used for testing, and will start with `T`. If `false`, the address should only be used on mainnet, and will start with `X`."
|
27
|
-
},
|
28
|
-
"includeClassicAddress": {
|
29
|
-
"type": "boolean",
|
30
|
-
"description": "If `true`, return the classic address, in addition to the X-address."
|
31
|
-
}
|
32
|
-
},
|
33
|
-
"additionalProperties": false
|
34
|
-
}
|
35
|
-
},
|
36
|
-
"additionalProperties": false
|
37
|
-
}
|
@@ -1,37 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "generateXAddressParameters",
|
4
|
-
"type": "object",
|
5
|
-
"properties": {
|
6
|
-
"options": {
|
7
|
-
"type": "object",
|
8
|
-
"description": "Options to control how the address and secret are generated.",
|
9
|
-
"properties": {
|
10
|
-
"entropy": {
|
11
|
-
"type": "array",
|
12
|
-
"items": {
|
13
|
-
"type": "integer",
|
14
|
-
"minimum": 0,
|
15
|
-
"maximum": 255
|
16
|
-
},
|
17
|
-
"description": "The entropy to use to generate the seed. Must be an array of length 16 with values from 0-255 (16 bytes of entropy)"
|
18
|
-
},
|
19
|
-
"algorithm": {
|
20
|
-
"type": "string",
|
21
|
-
"enum": ["ecdsa-secp256k1", "ed25519"],
|
22
|
-
"description": "The digital signature algorithm to generate an address for. Can be `ecdsa-secp256k1` (default) or `ed25519`."
|
23
|
-
},
|
24
|
-
"test": {
|
25
|
-
"type": "boolean",
|
26
|
-
"description": "Specifies whether the address is intended for use on a test network such as Testnet or Devnet. If `true`, the address should only be used for testing, and will start with `T`. If `false`, the address should only be used on mainnet, and will start with `X`."
|
27
|
-
},
|
28
|
-
"includeClassicAddress": {
|
29
|
-
"type": "boolean",
|
30
|
-
"description": "Specifies whether the classic address should also be included in the returned payload."
|
31
|
-
}
|
32
|
-
},
|
33
|
-
"additionalProperties": false
|
34
|
-
}
|
35
|
-
},
|
36
|
-
"additionalProperties": false
|
37
|
-
}
|
@@ -1,24 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "getAccountInfoParameters",
|
4
|
-
"description": "Parameters for getAccountInfo",
|
5
|
-
"type": "object",
|
6
|
-
"properties": {
|
7
|
-
"address": {
|
8
|
-
"$ref": "address",
|
9
|
-
"description": "The address of the account to get the account info of."
|
10
|
-
},
|
11
|
-
"options": {
|
12
|
-
"description": "Options that affect what to return.",
|
13
|
-
"properties": {
|
14
|
-
"ledgerVersion": {
|
15
|
-
"$ref": "ledgerVersion",
|
16
|
-
"description": "Get the account info as of this historical ledger version."
|
17
|
-
}
|
18
|
-
},
|
19
|
-
"additionalProperties": false
|
20
|
-
}
|
21
|
-
},
|
22
|
-
"required": ["address"],
|
23
|
-
"additionalProperties": false
|
24
|
-
}
|
@@ -1,56 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "getAccountObjectsOptions",
|
4
|
-
"description": "Request options for getAccountObjects",
|
5
|
-
"type": "object",
|
6
|
-
"properties": {
|
7
|
-
"address": {
|
8
|
-
"$ref": "address",
|
9
|
-
"description": "The address of the account to get the account objects of."
|
10
|
-
},
|
11
|
-
"options": {
|
12
|
-
"description": "Options that affect what to return.",
|
13
|
-
"properties": {
|
14
|
-
"type": {
|
15
|
-
"type": "string",
|
16
|
-
"enum": [
|
17
|
-
"check",
|
18
|
-
"escrow",
|
19
|
-
"offer",
|
20
|
-
"payment_channel",
|
21
|
-
"signer_list",
|
22
|
-
"state"
|
23
|
-
],
|
24
|
-
"description":
|
25
|
-
"(Optional) Filter results to include only this type of ledger object. The valid types are: `check`, `escrow`, `offer`, `payment_channel`, `signer_list`, and `state` (trust line)."
|
26
|
-
},
|
27
|
-
"ledgerHash": {
|
28
|
-
"type": "string",
|
29
|
-
"description":
|
30
|
-
"(Optional) A 20-byte hex string for the ledger version to use."
|
31
|
-
},
|
32
|
-
"ledgerIndex": {
|
33
|
-
"oneOf": [
|
34
|
-
{
|
35
|
-
"$ref": "ledgerVersion"
|
36
|
-
},
|
37
|
-
{
|
38
|
-
"type": "string"
|
39
|
-
}
|
40
|
-
],
|
41
|
-
"description":
|
42
|
-
"(Optional) The sequence number of the ledger to use, or a shortcut string to choose a ledger automatically."
|
43
|
-
},
|
44
|
-
"limit": {
|
45
|
-
"type": "integer",
|
46
|
-
"minimum": 1,
|
47
|
-
"description":
|
48
|
-
"(Optional) The maximum number of objects to include in the results."
|
49
|
-
}
|
50
|
-
},
|
51
|
-
"additionalProperties": false
|
52
|
-
}
|
53
|
-
},
|
54
|
-
"required": ["address"],
|
55
|
-
"additionalProperties": false
|
56
|
-
}
|
@@ -1,30 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "getBalanceSheetParameters",
|
4
|
-
"description": "Parameters for getBalanceSheet",
|
5
|
-
"type": "object",
|
6
|
-
"properties": {
|
7
|
-
"address": {
|
8
|
-
"$ref": "address",
|
9
|
-
"description": "The XRP Ledger address of the account to get the balance sheet of."
|
10
|
-
},
|
11
|
-
"options": {
|
12
|
-
"properties": {
|
13
|
-
"excludeAddresses": {
|
14
|
-
"type": "array",
|
15
|
-
"items": {"$ref": "address"},
|
16
|
-
"uniqueItems": true,
|
17
|
-
"description": "Addresses to exclude from the balance totals."
|
18
|
-
},
|
19
|
-
"ledgerVersion": {
|
20
|
-
"$ref": "ledgerVersion",
|
21
|
-
"description": "Get the balance sheet as of this historical ledger version."
|
22
|
-
}
|
23
|
-
},
|
24
|
-
"description": "Options to determine how the balances will be calculated.",
|
25
|
-
"additionalProperties": false
|
26
|
-
}
|
27
|
-
},
|
28
|
-
"additionalProperties": false,
|
29
|
-
"required": ["address"]
|
30
|
-
}
|
@@ -1,37 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "getBalancesParameters",
|
4
|
-
"description": "Parameters for getBalances",
|
5
|
-
"type": "object",
|
6
|
-
"properties": {
|
7
|
-
"address": {
|
8
|
-
"$ref": "address",
|
9
|
-
"description": "The address of the account to get balances for."
|
10
|
-
},
|
11
|
-
"options": {
|
12
|
-
"description": "Options to filter and determine which balances to return.",
|
13
|
-
"properties": {
|
14
|
-
"counterparty": {
|
15
|
-
"$ref": "address",
|
16
|
-
"description": "Only return balances with this counterparty."
|
17
|
-
},
|
18
|
-
"currency": {
|
19
|
-
"$ref": "currency",
|
20
|
-
"description": "Only return balances for this currency."
|
21
|
-
},
|
22
|
-
"limit": {
|
23
|
-
"type": "integer",
|
24
|
-
"minimum": 1,
|
25
|
-
"description": "Return at most this many balances."
|
26
|
-
},
|
27
|
-
"ledgerVersion": {
|
28
|
-
"$ref": "ledgerVersion",
|
29
|
-
"description": "Return balances as they were in this historical ledger version."
|
30
|
-
}
|
31
|
-
},
|
32
|
-
"additionalProperties": false
|
33
|
-
}
|
34
|
-
},
|
35
|
-
"additionalProperties": false,
|
36
|
-
"required": ["address"]
|
37
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "getFeeParameters",
|
4
|
-
"description": "Parameters for getFee",
|
5
|
-
"type": "object",
|
6
|
-
"properties": {
|
7
|
-
"cushion": {
|
8
|
-
"type": "number",
|
9
|
-
"description": "The fee is the product of the base fee, the `load_factor`, and this cushion. Default is provided by the `RippleAPI` constructor's `feeCushion`."
|
10
|
-
}
|
11
|
-
},
|
12
|
-
"additionalProperties": false
|
13
|
-
}
|
@@ -1,35 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "getLedgerParameters",
|
4
|
-
"description": "Parameters for getLedger",
|
5
|
-
"type": "object",
|
6
|
-
"properties": {
|
7
|
-
"options": {
|
8
|
-
"description": "Options affecting what ledger and how much data to return.",
|
9
|
-
"properties": {
|
10
|
-
"ledgerHash": {
|
11
|
-
"type": "string",
|
12
|
-
"description": "Get ledger data for this historical ledger hash."
|
13
|
-
},
|
14
|
-
"ledgerVersion": {
|
15
|
-
"$ref": "ledgerVersion",
|
16
|
-
"description": "Get ledger data for this historical ledger version."
|
17
|
-
},
|
18
|
-
"includeAllData": {
|
19
|
-
"type": "boolean",
|
20
|
-
"description": "Include full transactions and/or state information if `includeTransactions` and/or `includeState` is set."
|
21
|
-
},
|
22
|
-
"includeTransactions": {
|
23
|
-
"type": "boolean",
|
24
|
-
"description": "Return an array of hashes for each transaction or an array of all transactions that were validated in this ledger version, depending on whether `includeAllData` is set."
|
25
|
-
},
|
26
|
-
"includeState": {
|
27
|
-
"type": "boolean",
|
28
|
-
"description": "Return an array of hashes for all state data or an array of all state data in this ledger version, depending on whether `includeAllData` is set."
|
29
|
-
}
|
30
|
-
},
|
31
|
-
"additionalProperties": false
|
32
|
-
}
|
33
|
-
},
|
34
|
-
"additionalProperties": false
|
35
|
-
}
|
@@ -1,33 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "getOrderbookParameters",
|
4
|
-
"description": "Parameters for getOrderbook",
|
5
|
-
"type": "object",
|
6
|
-
"properties": {
|
7
|
-
"address": {
|
8
|
-
"$ref": "address",
|
9
|
-
"description": "Address of an account to use as point-of-view. (This affects which unfunded offers are returned.)"
|
10
|
-
},
|
11
|
-
"orderbook": {
|
12
|
-
"$ref": "orderbook",
|
13
|
-
"description": "The order book to get."
|
14
|
-
},
|
15
|
-
"options": {
|
16
|
-
"description": "Options to determine what to return.",
|
17
|
-
"properties": {
|
18
|
-
"limit": {
|
19
|
-
"type": "integer",
|
20
|
-
"minimum": 1,
|
21
|
-
"description": "Return at most this many orders from the order book."
|
22
|
-
},
|
23
|
-
"ledgerVersion": {
|
24
|
-
"$ref": "ledgerVersion",
|
25
|
-
"description": "Return the order book as of this historical ledger version."
|
26
|
-
}
|
27
|
-
},
|
28
|
-
"additionalProperties": false
|
29
|
-
}
|
30
|
-
},
|
31
|
-
"required": ["address", "orderbook"],
|
32
|
-
"additionalProperties": false
|
33
|
-
}
|
@@ -1,29 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "getOrdersParameters",
|
4
|
-
"description": "Parameters for getOrders",
|
5
|
-
"type": "object",
|
6
|
-
"properties": {
|
7
|
-
"address": {
|
8
|
-
"$ref": "address",
|
9
|
-
"description": "The XRP Ledger address of the account to get open orders for."
|
10
|
-
},
|
11
|
-
"options": {
|
12
|
-
"description": "Options that determine what orders will be returned.",
|
13
|
-
"properties": {
|
14
|
-
"limit": {
|
15
|
-
"type": "integer",
|
16
|
-
"minimum": 1,
|
17
|
-
"description": "At most this many orders will be returned."
|
18
|
-
},
|
19
|
-
"ledgerVersion": {
|
20
|
-
"$ref": "ledgerVersion",
|
21
|
-
"description": "Return orders as of this historical ledger version."
|
22
|
-
}
|
23
|
-
},
|
24
|
-
"additionalProperties": false
|
25
|
-
}
|
26
|
-
},
|
27
|
-
"required": ["address"],
|
28
|
-
"additionalProperties": false
|
29
|
-
}
|
@@ -1,69 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "getPathsParameters",
|
4
|
-
"type": "object",
|
5
|
-
"properties": {
|
6
|
-
"pathfind": {
|
7
|
-
"description": "Specification of a pathfind request.",
|
8
|
-
"properties": {
|
9
|
-
"source": {
|
10
|
-
"description": "Properties of the source of funds.",
|
11
|
-
"type": "object",
|
12
|
-
"properties": {
|
13
|
-
"address": {
|
14
|
-
"$ref": "address",
|
15
|
-
"description": "The XRP Ledger address of the account where funds will come from."
|
16
|
-
},
|
17
|
-
"amount": {
|
18
|
-
"$ref": "laxAmount",
|
19
|
-
"description": "The amount of funds to send."
|
20
|
-
},
|
21
|
-
"currencies": {
|
22
|
-
"description": "An array of currencies (with optional counterparty) that may be used in the payment paths.",
|
23
|
-
"type": "array",
|
24
|
-
"items": {
|
25
|
-
"description": "A currency with optional counterparty.",
|
26
|
-
"type": "object",
|
27
|
-
"properties": {
|
28
|
-
"currency": {"$ref": "currency"},
|
29
|
-
"counterparty": {
|
30
|
-
"$ref": "address",
|
31
|
-
"description": "The counterparty for the currency; if omitted any counterparty may be used."
|
32
|
-
}
|
33
|
-
},
|
34
|
-
"required": ["currency"],
|
35
|
-
"additionalProperties": false
|
36
|
-
},
|
37
|
-
"uniqueItems": true
|
38
|
-
}
|
39
|
-
},
|
40
|
-
"not": {
|
41
|
-
"required": ["amount", "currencies"]
|
42
|
-
},
|
43
|
-
"additionalProperties": false,
|
44
|
-
"required": ["address"]
|
45
|
-
},
|
46
|
-
"destination": {
|
47
|
-
"description": "Properties of the destination of funds.",
|
48
|
-
"type": "object",
|
49
|
-
"properties": {
|
50
|
-
"address": {
|
51
|
-
"$ref": "address",
|
52
|
-
"description": "An address representing the destination of the transaction."
|
53
|
-
},
|
54
|
-
"amount": {
|
55
|
-
"$ref": "laxLaxAmount",
|
56
|
-
"description": "The amount to be received by the receiver (`value` may be ommitted if a source amount is specified)."
|
57
|
-
}
|
58
|
-
},
|
59
|
-
"required": ["address", "amount"],
|
60
|
-
"additionalProperties": false
|
61
|
-
}
|
62
|
-
},
|
63
|
-
"required": ["source", "destination"],
|
64
|
-
"additionalProperties": false
|
65
|
-
}
|
66
|
-
},
|
67
|
-
"additionalProperties": false,
|
68
|
-
"required": ["pathfind"]
|
69
|
-
}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "getPaymentChannelParameters",
|
4
|
-
"description": "Parameters for getPaymentChannel",
|
5
|
-
"type": "object",
|
6
|
-
"properties": {
|
7
|
-
"id": {
|
8
|
-
"$ref": "hash256",
|
9
|
-
"description": "256-bit hexadecimal channel identifier."
|
10
|
-
}
|
11
|
-
},
|
12
|
-
"additionalProperties": false,
|
13
|
-
"required": ["id"]
|
14
|
-
}
|
@@ -1,24 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "getSettingsParameters",
|
4
|
-
"description": "Parameters for getSettings",
|
5
|
-
"type": "object",
|
6
|
-
"properties": {
|
7
|
-
"address": {
|
8
|
-
"$ref": "address",
|
9
|
-
"description": "The address of the account to get the settings of."
|
10
|
-
},
|
11
|
-
"options": {
|
12
|
-
"description": "Options that affect what to return.",
|
13
|
-
"properties": {
|
14
|
-
"ledgerVersion": {
|
15
|
-
"$ref": "ledgerVersion",
|
16
|
-
"description": "Get the settings as of this historical ledger version."
|
17
|
-
}
|
18
|
-
},
|
19
|
-
"additionalProperties": false
|
20
|
-
}
|
21
|
-
},
|
22
|
-
"required": ["address"],
|
23
|
-
"additionalProperties": false
|
24
|
-
}
|
@@ -1,28 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "getTransactionParameters",
|
4
|
-
"description": "Parameters for getTransaction",
|
5
|
-
"type": "object",
|
6
|
-
"properties": {
|
7
|
-
"id": {"$ref": "transactionHash"},
|
8
|
-
"options": {
|
9
|
-
"description": "Options to limit the ledger versions to search and/or to include raw transaction data.",
|
10
|
-
"properties": {
|
11
|
-
"minLedgerVersion": {
|
12
|
-
"$ref": "ledgerVersion",
|
13
|
-
"description": "The lowest ledger version to search. This must be an integer greater than 0, or one of the following strings: 'validated', 'closed', 'current'."
|
14
|
-
},
|
15
|
-
"maxLedgerVersion": {
|
16
|
-
"$ref": "ledgerVersion",
|
17
|
-
"description": "The highest ledger version to search. This must be an integer greater than 0, or one of the following strings: 'validated', 'closed', 'current'."
|
18
|
-
},
|
19
|
-
"includeRawTransaction": {
|
20
|
-
"description": "Include raw transaction data. For advanced users; exercise caution when interpreting this data."
|
21
|
-
}
|
22
|
-
},
|
23
|
-
"additionalProperties": false
|
24
|
-
}
|
25
|
-
},
|
26
|
-
"additionalProperties": false,
|
27
|
-
"required": ["id"]
|
28
|
-
}
|
@@ -1,71 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "getTransactionsParameters",
|
4
|
-
"description": "Parameters for getTransactions",
|
5
|
-
"type": "object",
|
6
|
-
"properties": {
|
7
|
-
"address": {
|
8
|
-
"$ref": "address",
|
9
|
-
"description": "The address of the account to get transactions for."
|
10
|
-
},
|
11
|
-
"options": {
|
12
|
-
"description": "Options to filter the resulting transactions.",
|
13
|
-
"properties": {
|
14
|
-
"start": {
|
15
|
-
"$ref": "hash256",
|
16
|
-
"description": "If specified, this transaction will be the first transaction in the result. You cannot use `start` with `minLedgerVersion` or `maxLedgerVersion`. When `start` is specified, these ledger versions will be determined internally."
|
17
|
-
},
|
18
|
-
"limit": {
|
19
|
-
"type": "integer",
|
20
|
-
"minimum": 1,
|
21
|
-
"description": "If specified, return at most this many transactions."
|
22
|
-
},
|
23
|
-
"minLedgerVersion": {
|
24
|
-
"$ref": "ledgerVersion",
|
25
|
-
"description": "Return only transactions in this ledger version or higher."
|
26
|
-
},
|
27
|
-
"maxLedgerVersion": {
|
28
|
-
"$ref": "ledgerVersion",
|
29
|
-
"description": "Return only transactions in this ledger version or lower."
|
30
|
-
},
|
31
|
-
"earliestFirst": {
|
32
|
-
"type": "boolean",
|
33
|
-
"description": "If true, sort transactions so that the earliest ones come first. By default, the newest transactions will come first."
|
34
|
-
},
|
35
|
-
"excludeFailures": {
|
36
|
-
"type": "boolean",
|
37
|
-
"description": "If true, the result will omit transactions that did not succeed."
|
38
|
-
},
|
39
|
-
"initiated": {
|
40
|
-
"type": "boolean",
|
41
|
-
"description": "If true, return only transactions initiated by the account specified by `address`. If false, return only transactions not initiated by the account specified by `address`."
|
42
|
-
},
|
43
|
-
"counterparty": {
|
44
|
-
"$ref": "address",
|
45
|
-
"description": "If provided, only return transactions with this account as a counterparty to the transaction."
|
46
|
-
},
|
47
|
-
"types": {
|
48
|
-
"type": "array",
|
49
|
-
"items": {"$ref": "transactionType"},
|
50
|
-
"description": "Only return transactions of the specified [Transaction Types](#transaction-types)."
|
51
|
-
},
|
52
|
-
"includeRawTransactions": {
|
53
|
-
"description": "Include raw transaction data. For advanced users; exercise caution when interpreting this data. "
|
54
|
-
},
|
55
|
-
"binary": {
|
56
|
-
"type": "boolean",
|
57
|
-
"description": "If true, the transactions will be sent from the server in a condensed binary format rather than JSON."
|
58
|
-
}
|
59
|
-
},
|
60
|
-
"additionalProperties": false,
|
61
|
-
"not": {
|
62
|
-
"anyOf": [
|
63
|
-
{"required": ["start", "minLedgerVersion"]},
|
64
|
-
{"required": ["start", "maxLedgerVersion"]}
|
65
|
-
]
|
66
|
-
}
|
67
|
-
}
|
68
|
-
},
|
69
|
-
"additionalProperties": false,
|
70
|
-
"required": ["address"]
|
71
|
-
}
|
@@ -1,37 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "getTrustlinesParameters",
|
4
|
-
"description": "Parameters for getTrustlines",
|
5
|
-
"type": "object",
|
6
|
-
"properties": {
|
7
|
-
"address": {
|
8
|
-
"$ref": "address",
|
9
|
-
"description": "The address of the account to get trustlines for."
|
10
|
-
},
|
11
|
-
"options": {
|
12
|
-
"description": "Options to filter and determine which trustlines to return.",
|
13
|
-
"properties": {
|
14
|
-
"counterparty": {
|
15
|
-
"$ref": "address",
|
16
|
-
"description": "Only return trustlines with this counterparty."
|
17
|
-
},
|
18
|
-
"currency": {
|
19
|
-
"$ref": "currency",
|
20
|
-
"description": "Only return trustlines for this currency."
|
21
|
-
},
|
22
|
-
"limit": {
|
23
|
-
"type": "integer",
|
24
|
-
"minimum": 1,
|
25
|
-
"description": "Return at most this many trustlines."
|
26
|
-
},
|
27
|
-
"ledgerVersion": {
|
28
|
-
"$ref": "ledgerVersion",
|
29
|
-
"description": "Return trustlines as they were in this historical ledger version."
|
30
|
-
}
|
31
|
-
},
|
32
|
-
"additionalProperties": false
|
33
|
-
}
|
34
|
-
},
|
35
|
-
"additionalProperties": false,
|
36
|
-
"required": ["address"]
|
37
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "prepareCheckCancelParameters",
|
4
|
-
"type": "object",
|
5
|
-
"properties": {
|
6
|
-
"address": {
|
7
|
-
"$ref": "address",
|
8
|
-
"description": "The address of the account that is creating the transaction."
|
9
|
-
},
|
10
|
-
"checkCancel": {
|
11
|
-
"$ref": "checkCancel",
|
12
|
-
"description": "The specification of the Check cancellation to prepare."
|
13
|
-
},
|
14
|
-
"instructions": {"$ref": "instructions"}
|
15
|
-
},
|
16
|
-
"additionalProperties": false,
|
17
|
-
"required": ["address", "checkCancel"]
|
18
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "prepareCheckCashParameters",
|
4
|
-
"type": "object",
|
5
|
-
"properties": {
|
6
|
-
"address": {
|
7
|
-
"$ref": "address",
|
8
|
-
"description": "The address of the account that is creating the transaction."
|
9
|
-
},
|
10
|
-
"checkCash": {
|
11
|
-
"$ref": "checkCash",
|
12
|
-
"description": "The specification of the Check cash to prepare."
|
13
|
-
},
|
14
|
-
"instructions": {"$ref": "instructions"}
|
15
|
-
},
|
16
|
-
"additionalProperties": false,
|
17
|
-
"required": ["address", "checkCash"]
|
18
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/draft-04/schema#",
|
3
|
-
"title": "prepareCheckCreateParameters",
|
4
|
-
"type": "object",
|
5
|
-
"properties": {
|
6
|
-
"address": {
|
7
|
-
"$ref": "address",
|
8
|
-
"description": "The address of the account that is creating the transaction."
|
9
|
-
},
|
10
|
-
"checkCreate": {
|
11
|
-
"$ref": "checkCreate",
|
12
|
-
"description": "The specification of the Check create creation to prepare."
|
13
|
-
},
|
14
|
-
"instructions": {"$ref": "instructions"}
|
15
|
-
},
|
16
|
-
"additionalProperties": false,
|
17
|
-
"required": ["address", "checkCreate"]
|
18
|
-
}
|