Files
cosmos-sdk/types/math.go
T

10 lines
142 B
Go

package types
func (ip IntProto) String() string {
return ip.Int.String()
}
func (dp DecProto) String() string {
return dp.Dec.String()
}