Registry / crypto / decred-dcrd-txscript-v3

decred-dcrd-txscript-v3

JSON →
librarygogounverified

Provides transaction scripting functionality for the Decred blockchain.

go get github.com/decred/dcrd/txscript/v3
INSTALL
IMPORT
SIG · DECRED-DCRD-TXSCRI
D
decred-dcrd-txscript-v3
cryptogo
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.

txscript
github.com/decred/dcrd/txscript/v3

Build a simple transaction script

package main import ( "fmt" "github.com/decred/dcrd/txscript/v3" ) func main() { script, _ := txscript.NewScriptBuilder().AddOp(txscript.OP_TRUE).Script() fmt.Printf("Script: %x\n", script) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Resources
decred-dcrd-txscript-v3 — go get decred-dcrd-txscript-v3 · libregistry