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