Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BalanceResult ¶
BalanceResult contains information about the backing dcrwallet account balance connected to by dcrtimed.
type DcrtimeWallet ¶
type DcrtimeWallet struct {
// contains filtered or unexported fields
}
func New ¶
func New(cert, host, clientCert, clientKey string, passphrase []byte) (*DcrtimeWallet, error)
New returns a DcrtimeWallet context.
func (*DcrtimeWallet) Close ¶
func (d *DcrtimeWallet) Close()
Close shuts down the gRPC connection to the wallet.
func (*DcrtimeWallet) Construct ¶
Construct creates aand submits an anchored tx with the provided merkle root.
func (*DcrtimeWallet) GetWalletBalance ¶
func (d *DcrtimeWallet) GetWalletBalance() (*BalanceResult, error)
GetWalletBalance returns balance information from the wallet account.
func (*DcrtimeWallet) Lookup ¶
func (d *DcrtimeWallet) Lookup(tx chainhash.Hash) (*TxLookupResult, error)
Lookup looks up the provided TX hash and returns a Result structure.
Click to show internal directories.
Click to hide internal directories.