示例#1
0
func (self Receipts) GetRlp(i int) []byte { return common.Rlp(self[i]) }
示例#2
0
// GetRlp returns the RLP encoding of one receipt from the list.
func (r Receipts) GetRlp(i int) []byte { return common.Rlp(r[i]) }