Documentation ¶
Index ¶
Constants ¶
View Source
const MoneroWalletRetry = 10
since monero wallet is slow in synchronization, we need to have the retry
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MoneroPrepareMsg ¶
type MoneroPrepareMsg struct { ExchangeInfo string `json:"exchange_info"` Pubkeys []string `json:"pubkeys_info"` }
func DecodePrePareInfo ¶
func DecodePrePareInfo(in string) (MoneroPrepareMsg, error)
type MoneroSharesStore ¶
type MoneroSharesStore struct {
// contains filtered or unexported fields
}
func GenMoneroShareStore ¶
func GenMoneroShareStore() *MoneroSharesStore
func (*MoneroSharesStore) StoreAndCheck ¶
func (ms *MoneroSharesStore) StoreAndCheck(round int, share *common.MoneroShare, checkLength int) ([]*common.MoneroShare, bool)
Click to show internal directories.
Click to hide internal directories.