MCPcopy Create free account
hub / github.com/btcsuite/btcd / Class

Method Class

txscript/pkscript.go:117–119  ·  view source on GitHub ↗

Class returns the script type.

()

Source from the content-addressed store, hash-verified

115
116// Class returns the script type.
117func (s PkScript) Class() ScriptClass {
118 return s.class
119}
120
121// Script returns the script as a byte slice without any padding.
122func (s PkScript) Script() []byte {

Callers 1

TestComputePkScriptFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestComputePkScriptFunction · 0.64