Registry / crypto / decred-dcrwallet-rpc-jsonrpc-types

decred-dcrwallet-rpc-jsonrpc-types

JSON →
library1.4.0gogounverified

Concrete types for the dcrwallet JSON-RPC API, used for building Decred wallet clients.

go get github.com/decred/dcrwallet/rpc/jsonrpc/types
INSTALL
IMPORT
SIG · DECRED-DCRWALLET-R
D
decred-dcrwallet-rpc-jsonrpc-types
cryptogov1.4.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.

types
✓ github.com/decred/dcrwallet/rpc/jsonrpc/types

Create a GetBalance request using the types package.

package main import ( "fmt" "github.com/decred/dcrwallet/rpc/jsonrpc/types" ) func main() { var req types.GetBalanceRequest req.Account = "default" fmt.Printf("Request: %+v\n", req) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources