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