MCPcopy Create free account
hub / github.com/MinterTeam/minter-go-node / DecodeRLP

Method DecodeRLP

rlp/decode.go:65–65  ·  view source on GitHub ↗
(*Stream)

Source from the content-addressed store, hash-verified

63// read less or more, but it might be confusing.
64type Decoder interface {
65 DecodeRLP(*Stream) error
66}
67
68// Decode parses RLP-encoded data from r and stores the result in the value pointed to by

Callers 1

decodeDecoderFunction · 0.65

Implementers 1

testDecoderrlp/decode_test.go

Calls

no outgoing calls

Tested by

no test coverage detected