Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add structures representing the result for each request method #29

Open
39 tasks
LimpidCrypto opened this issue Sep 2, 2022 · 0 comments
Open
39 tasks
Labels
1st month Planned to be worked on in the first month. Estimate budget: 13,333 $ 2nd month Planned to be worked on in the second month. Estimate budget: 6,666 $ enhancement New feature or request XRPL Grants This issue is planned to get resoled as part of the XRPL Grants program (within 8 months)
Milestone

Comments

@LimpidCrypto
Copy link
Collaborator

LimpidCrypto commented Sep 2, 2022

  • AccountChannelsResponse
    fields type explanation
    account &str The owner's account's address
    channels Vec<PayChannel> The channels owned by the account
    ledger_index u36 The index of the ledger that was used to generate this response
    ledger_hash Option<&str> The hash of the ledger that was used to generate this response
    validated Option<bool> Wether the ledger that was used to generate this response was validated
    limit Option<u32> The max limit of how many channels to return
    marker Option<Maker> Server-defined value for pagination.
  • AccountCurrenciesResponse
    fields type explanation
    account &str The account's address
    ledger_index u32 The index of the ledger that was used to generate this response
    receive_currencies Vec<&str> The currencies the account can receive
    send_currencies Vec<&str> The currencies the account can send
    validated bool Wether the ledger that was used to generate this response was validated
    ledger_hash Option<&str> The hash of the ledger that was used to generate this response
  • AccountInfoResponse
    fields type explanation
    account_data AccountRoot The AccountRoot ledger object with this account's information, as stored in the ledger.
    signer_lists ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • AccountLinesResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • AccountNftsResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • AccountObjectsResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • AccountOffersResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • AccountTxResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • GatewayBalancesResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • NorippleCheckResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • LedgerResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • LedgerClosedResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • LedgerCurrentResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • LedgerDataResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • LedgerEntryResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • SubmitResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • SubmitMultisignedResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • TransactionEntryResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • TxResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • TxHistoryResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • BookOffersResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • DepositAuthorizedResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • NftBuyOffersResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • NftSellOffersResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • PathFindResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • RipplePathFindResponse
    fields type explanation
    `` ``
  • ChannelAuthorizeResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • ChannelVerifyResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • SubscribeResponse
    SubscribeResponse should be an enum containing the different stream response types.
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • UnsubscribeResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • FeeResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • ManifestResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • ServerInfoResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    fields type explanation
    --- --- ---
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • ClioServerInfoResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • ClioLedgerResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • ClioNftInfoResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • JsonResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • PingResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
  • RandomResponse
    fields type explanation
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
    `` ``
@LimpidCrypto LimpidCrypto self-assigned this Sep 2, 2022
@LimpidCrypto LimpidCrypto moved this from 📋 Backlog to 🔖 Ready in xrpl-rust Sep 2, 2022
@LimpidCrypto LimpidCrypto added this to the Month 2 milestone Sep 2, 2022
@LimpidCrypto LimpidCrypto changed the title Add a structure representing a result for each request method Add structures representing a result for each request method Sep 2, 2022
@LimpidCrypto LimpidCrypto changed the title Add structures representing a result for each request method Add structures representing the result for each request method Sep 2, 2022
@LimpidCrypto LimpidCrypto modified the milestones: Month 2, Add clients Sep 2, 2022
@LimpidCrypto LimpidCrypto added 1st month Planned to be worked on in the first month. Estimate budget: 13,333 $ 2nd month Planned to be worked on in the second month. Estimate budget: 6,666 $ XRPL Grants This issue is planned to get resoled as part of the XRPL Grants program (within 8 months) labels Sep 2, 2022
@LimpidCrypto LimpidCrypto removed their assignment Sep 6, 2022
@LimpidCrypto LimpidCrypto modified the milestones: Add clients, Add models Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1st month Planned to be worked on in the first month. Estimate budget: 13,333 $ 2nd month Planned to be worked on in the second month. Estimate budget: 6,666 $ enhancement New feature or request XRPL Grants This issue is planned to get resoled as part of the XRPL Grants program (within 8 months)
Projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant