Registry / crypto / decred-next-dcrnd-wire-v8

decred-next-dcrnd-wire-v8

JSON →
library8.0.99998gogounverified

Package wire implements the Decred wire protocol, providing support for marshalling and unmarshalling Decred messages to and from the wire.

go get github.com/Decred-Next/dcrnd/wire/v8
INSTALL
IMPORT
SIG · DECRED-NEXT-DCRND-
D
decred-next-dcrnd-wire-v8
cryptogov8.0.99998
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-Next/dcrnd/wire/v8

Create a new version message for Decred protocol

package main import ( "fmt" "github.com/Decred-Next/dcrnd/wire/v8" ) func main() { msg := wire.NewMsgVersion(nil, 0, 0) fmt.Println(msg.ProtocolVersion) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources
decred-next-dcrnd-wire-v8 — go get decred-next-dcrnd-wire-v8 · libregistry