Registry / crypto / decred-dcrd-wire

decred-dcrd-wire

JSON →
library1.7.5gogounverified

Implements the Decred wire protocol messages and serialization.

go get github.com/decred/dcrd/wire
INSTALL
IMPORT
SIG · DECRED-DCRD-WIRE
D
decred-dcrd-wire
cryptogov1.7.5
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.

wire
✓ github.com/decred/dcrd/wire

Create and print a version message command.

package main import ( "fmt" "github.com/decred/dcrd/wire" ) func main() { msg := wire.NewMsgVersion(nil, 0, 0) fmt.Println(msg.Command()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
decred-dcrd-wire — go get decred-dcrd-wire · libregistry