Registry / networking / decred-dcrwallet-rpc-client-dcrd

decred-dcrwallet-rpc-client-dcrd

JSON →
library1.0.0gogounverified

RPC client library for interacting with dcrd from dcrwallet.

go get github.com/decred/dcrwallet/rpc/client/dcrd
INSTALL
IMPORT
SIG · DECRED-DCRWALLET-R
D
decred-dcrwallet-rpc-client-dcrd
networkinggov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dcrd
github.com/decred/dcrwallet/rpc/client/dcrd

Connect to a dcrd node and retrieve blockchain info.

package main import ( "fmt" "github.com/decred/dcrwallet/rpc/client/dcrd" ) func main() { client, err := dcrd.New("localhost:9109", "user", "pass", false) if err != nil { panic(err) } info, err := client.GetInfo() if err != nil { panic(err) } fmt.Println(info) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Resources
decred-dcrwallet-rpc-client-dcrd — go get decred-dcrwallet-rpc-client-dcrd · libregistry