Documentation ¶
Index ¶
- Constants
- Variables
- func InitAndCacheWalletWif(cacheDir string, net *chaincfg.Params) error
- type Cache
- func (c *Cache) CacheWalletMintTxInfo(address string, txHash string, txHex string) error
- func (c *Cache) CacheWalletPrevInfo(address string, data txbuilder.PrevInfo) error
- func (c *Cache) ReadAllWalletWiF() ([]string, error)
- func (c *Cache) ReadMemPoolGas() (int64, error)
- func (c *Cache) ReadWalletPrevInfo(address string) (*txbuilder.PrevInfo, error)
- func (c *Cache) WriteAllWalletWiF(walletWifs []string) error
- type Wallet
- type WalletMgr
Constants ¶
View Source
const MempoolGasFee = "mempool:gas:fee:cache"
Variables ¶
Functions ¶
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
func (*Cache) CacheWalletMintTxInfo ¶
func (*Cache) CacheWalletPrevInfo ¶
func (*Cache) ReadAllWalletWiF ¶
func (*Cache) ReadMemPoolGas ¶
func (*Cache) ReadWalletPrevInfo ¶
func (*Cache) WriteAllWalletWiF ¶
type WalletMgr ¶
type WalletMgr struct {
// contains filtered or unexported fields
}
func (*WalletMgr) GetMintProcessing ¶
Click to show internal directories.
Click to hide internal directories.