github.com/cosmos/cosmos-sdk@v0.50.10/types/math.go (about) 1 package types 2 3 func (ip IntProto) String() string { 4 return ip.Int.String() 5 } 6 7 func (dp DecProto) String() string { 8 return dp.Dec.String() 9 }