Docs.rs
  • xrpl-rs-0.1.4
    • xrpl-rs 0.1.4
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • scritchley
    • Dependencies
      • async-trait ^0.1.50 normal
      • bs58 ^0.4.0 normal
      • ed25519 ^1.3.0 normal
      • ed25519-dalek ^1.0.1 normal
      • futures ^0.3.15 normal
      • hex ^0.4.3 normal
      • hex-literal ^0.3.4 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4.14 normal
      • reqwest ^0.11.3 normal
      • ripemd ^0.1.0 normal
      • rust_decimal ^1.19.0 normal
      • secp256k1 ^0.21.0 normal
      • serde ^1.0.126 normal
      • serde-xrpl ^0.1.1 normal
      • serde_json ^1.0.64 normal
      • sha2 ^0.10.0 normal
      • sha256 ^1.0.3 normal
      • simple_logger ^2.1.0 normal
      • tokio ^1 normal
      • tokio-test ^0.4.2 normal
      • tokio-tungstenite ^0.17.1 normal
      • url ^2.2.2 normal
      • websocket ^0.26.2 normal
    • Versions
    • 38.83% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module types

  • Modules
  • Structs
  • Enums
  • Type Definitions
logo
Change settings

Module xrpl_rs::types

source · [−]

Modules

account
channels
fee
ledger
submit
subscribe
tx

Structs

AccountRoot
BigInt
Check
ErrorResponse
Integer
IssuedCurrencyAmount
JsonRPCResponse
JsonRPCSuccessResponse
LedgerInfo
PaginationInfo
SignerEntry
SignerList
TransactionEntryRequest
TransactionEntryResponse
WebsocketSuccessResponse

Enums

CurrencyAmount
JsonRPCResponseResult
LedgerEntry
WebsocketResponse

Type Definitions

Address

An address used to identify an account.

H256
Marker

A Marker can be used to paginate the server response. It’s content is intentionally undefined. Each server can define a marker as desired.

RequestId

Unique request id.