Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account interface { GetAddressBalance(addr string) (float64, error) GetAddressTransactions(addr string) ([]string, error) GetAddressUnspentOutputs(addr string) ([]*mongo.Unspent, error) GetAddressResult(addr string) (*UserData, error) }
Account provides worker with all account relevant information
Click to show internal directories.
Click to hide internal directories.