MCPcopy Create free account
hub / github.com/copernet/copernicus / Bytes

Method Bytes

model/script/script.go:881–883  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

879}
880
881func (s *Script) Bytes() []byte {
882 return s.data
883}
884
885func CheckTransactionSignatureEncoding(vchSig []byte, flags uint32) error {
886 // Empty signature. Not strictly DER encoded, but allowed to provide a

Callers 15

NewTestBuilderFunction · 0.95
TestTxMempoolInfoFunction · 0.45
TestCoinSecFunction · 0.45
TestCoinKeyFunction · 0.45
TestCoinsDBFunction · 0.45
GetCoinMethod · 0.45
HaveCoinMethod · 0.45
BatchWriteMethod · 0.45
GetSerKeyMethod · 0.45
AddScriptMethod · 0.45
saveScriptMethod · 0.45
saveAddressBookMethod · 0.45

Calls

no outgoing calls

Tested by 15

NewTestBuilderFunction · 0.76
TestTxMempoolInfoFunction · 0.36
TestCoinSecFunction · 0.36
TestCoinKeyFunction · 0.36
TestCoinsDBFunction · 0.36
TestScriptNum_BytesFunction · 0.36
TestScript_PushMultDataFunction · 0.36
TestBlockEncodeAndDecodeFunction · 0.36
TestBlockSerializeFunction · 0.36
TestWriteElementsFunction · 0.36