Esempio n. 1
0
func (self Receipts) GetRlp(i int) []byte { return common.Rlp(self[i]) }
Esempio n. 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]) }