MCPcopy Create free account
hub / github.com/chain/txvm / asHexBytes

Function asHexBytes

protocol/txbuilder/template.go:207–213  ·  view source on GitHub ↗
(b [][]byte)

Source from the content-addressed store, hash-verified

205}
206
207func asHexBytes(b [][]byte) []i10rjson.HexBytes {
208 var res []i10rjson.HexBytes
209 for _, item := range b {
210 res = append(res, item)
211 }
212 return res
213}
214
215func asBytes(b []i10rjson.HexBytes) [][]byte {
216 var res [][]byte

Callers 2

AddIssuanceMethod · 0.85
AddInputMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected