Versions in this module Expand all Collapse all v1 v1.0.2 Dec 20, 2016 Changes in this version + func GasPrice(bp, gl, ep *big.Int) *big.Int + func GasSort(v1, v2 Vector) bool + func GasSum(v Vector) *big.Int + func PriceSort(v1, v2 Vector) bool + func Sum(slice Summer) (sum *big.Int) + type Summer interface + Len func() int + Sum func(i int) *big.Int + type Vector struct + Gas *big.Int + Price *big.Int + type VectorSum func(v Vector) *big.Int + func (v VectorSum) Sum(vectors []Vector) *big.Int + type VectorsBy func(v1, v2 Vector) bool + func (self VectorsBy) Sort(vectors []Vector)