[][src]Crate interledger_store_memory

interledger-store-memory

A simple in-memory store intended primarily for testing and stateless sender/receiver services that are passed all of the relevant account details when the store is instantiated.

Structs

Account

The Account type loaded from the InMemoryStore.

AccountBuilder

A helper to create Accounts.

InMemoryStore

A simple in-memory store intended primarily for testing and stateless sender/receiver services that are passed all of the relevant account details when the store is instantiated.