Crate xand_api_client

source ·
Expand description

Provides a trait and implementation of that trait for interacting with the xand-api (as well as a fake version you can use in your tests in the mock module).

If you are talking with xand-api over the wire, this is what you should use.

Modules

  • The types in here represent chain-agnostic versions of the data one might fetch or send with the xand-api client. They are not the actual wire types, but are more usable representations.
  • Serialization of a byte sequence to an hexadecimal string

Structs

Enums

Constants

Traits

  • Trait that exposes all of the functionality provided by the xand-api as a simple client interface

Functions

Type Definitions