Documentation
¶
Index ¶
- type Store
- type WalletCommanderStore
- func (w *WalletCommanderStore) UpdateWalletCommandTransactionError(id string, status api.WalletCommanderStatus, msg string)
- func (w *WalletCommanderStore) UpdateWalletCommandTransactionSuccess(id string, transaction string)
- func (w *WalletCommanderStore) UpdateWalletCommanderActiveClient(clientId string, connected bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type WalletCommanderStore ¶
type WalletCommanderStore struct {
// contains filtered or unexported fields
}
func (*WalletCommanderStore) UpdateWalletCommandTransactionError ¶
func (w *WalletCommanderStore) UpdateWalletCommandTransactionError(id string, status api.WalletCommanderStatus, msg string)
func (*WalletCommanderStore) UpdateWalletCommandTransactionSuccess ¶
func (w *WalletCommanderStore) UpdateWalletCommandTransactionSuccess(id string, transaction string)
func (*WalletCommanderStore) UpdateWalletCommanderActiveClient ¶ added in v0.1.5
func (w *WalletCommanderStore) UpdateWalletCommanderActiveClient(clientId string, connected bool)
Click to show internal directories.
Click to hide internal directories.