Documentation
¶
Index ¶
- func BipToPip(bip sdk.Int) sdk.Int
- func DurationToString(d time.Duration) string
- func EtherToWei(ether sdk.Int) sdk.Int
- func FinneyToWei(finney sdk.Int) sdk.Int
- func GetReserveLimitFromCRR(crr uint) sdk.Int
- func JoinAccAddresses(values []sdk.AccAddress) string
- func JoinUints64(values []uint64) string
- func WeiToEther(wei sdk.Int) sdk.Int
- func WeiToFinney(wei sdk.Int) sdk.Int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DurationToString ¶
DurationToString converts provided duration to human readable string presentation.
func FinneyToWei ¶
FinneyToWei convert number 1 to 1 * 10^15
func GetReserveLimitFromCRR ¶
GetReserveLimitFromCRR returns coin reserve limit for specific CRR value.
func JoinAccAddresses ¶
func JoinAccAddresses(values []sdk.AccAddress) string
JoinAccAddresses returns string containing all provided address joined with ",".
func JoinUints64 ¶
JoinUints returns string containing all provided uint values joined with ",".
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.