Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter interface { // TODO: Idiomatic Go requires this method to be called "Match" instead of // "GetMatch" swap.SwapAdapter BuildAtoms(store.State, match.Match) (swap.Atom, swap.Atom, error) CheckForMatch(order.ID, bool) (match.Match, error) }
Wallet is an interface for the Atom Wallet Contract
Click to show internal directories.
Click to hide internal directories.