MCPcopy
hub / github.com/canopy-network/canopy / newTestAddressBytes

Function newTestAddressBytes

lib/block_test.go:451–453  ·  view source on GitHub ↗
(t *testing.T, variation ...int)

Source from the content-addressed store, hash-verified

449}
450
451func newTestAddressBytes(t *testing.T, variation ...int) []byte {
452 return newTestAddress(t, variation...).Bytes()
453}
454
455func newTestPublicKey(t *testing.T, variation ...int) crypto.PublicKeyI {
456 kg := newTestKeyGroup(t, variation...)

Callers 11

TestCheckBlockHeaderFunction · 0.70
TestSetHashFunction · 0.70
TestBlockHeaderJSONFunction · 0.70
TestCheckBlockFunction · 0.70
TestBlockJSONFunction · 0.70
TestCertificateSignBytesFunction · 0.70
TestCheckpointHashFunction · 0.70

Calls 2

newTestAddressFunction · 0.70
BytesMethod · 0.65

Tested by

no test coverage detected