store

package
v0.1.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2022 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store interface {
	UpdateWalletCommandTransactionSuccess(id string, transaction string)
	UpdateWalletCommandTransactionError(id string, status api.WalletCommanderStatus, msg string)
	UpdateWalletCommanderActiveClient(clientId string, connected bool)
}

func New

func New(gqlClient *graphql.Client) 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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL