コード例 #1
0
ファイル: receipt.go プロジェクト: CedarLogic/go-ethereum
func (self Receipts) GetRlp(i int) []byte { return common.Rlp(self[i]) }
コード例 #2
0
ファイル: receipt.go プロジェクト: j4ustin/go-ethereum
// GetRlp returns the RLP encoding of one receipt from the list.
func (r Receipts) GetRlp(i int) []byte { return common.Rlp(r[i]) }