Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseCoin ¶
func ParseCoin(input string) (*basev1beta1.Coin, error)
ParseCoin parses a coin from a string. The string must be in the format <amount><denom>, where <amount> is a number and <denom> is a valid denom.
func ParseDecCoin ¶
func ParseDecCoin(input string) (*basev1beta1.DecCoin, error)
ParseDecCoin parses a decCoin from a string. The string must be in the format <amount><denom>, where <amount> is a number and <denom> is a valid denom.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.