go-ethereum/rlp/rlpgen/testdata/rawvalue.in.txt
2024-05-17 10:10:15 +08:00

11 lines
201 B
Go

// -*- mode: go -*-
package test
import "github.com/XinFinOrg/XDPoSChain/rlp"
type Test struct {
RawValue rlp.RawValue
PointerToRawValue *rlp.RawValue
SliceOfRawValue []rlp.RawValue
}