Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSwapRedeemed = fmt.Errorf("Swap Redeemed")
Functions ¶
This section is empty.
Types ¶
type Guardian ¶
type Guardian interface { Start() <-chan error Notify() Stop() }
func NewGuardian ¶
func NewGuardian(builder atoms.AtomBuilder, state store.State) Guardian
Click to show internal directories.
Click to hide internal directories.