Documentation ¶
Index ¶
- func DayInterval(t time.Time) (time.Time, time.Time)
- func HourInterval(t time.Time) (time.Time, time.Time)
- func MustInt64(input string) int64
- func MustTime(input string) time.Time
- func MustUInt64(input string) uint64
- func ParseBase58(input string) []byte
- func ParseInt(input string) (int, error)
- func ParseInt64(input string) (int64, error)
- func ParseMemoText(input string) string
- func ParseTime(input string) (*time.Time, error)
- func ParseUInt64(input string) (uint64, error)
- func SHA1(input string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DayInterval ¶
DayInterval returns a time interval for 24h
func HourInterval ¶
HourInterval returns a time interval for an hour
func MustUInt64 ¶
MustUInt64 returns an UInt64 value without an error
func ParseInt64 ¶
ParseInt64 returns an Int64 from a string
func ParseMemoText ¶
ParseMemoText returns memo plaintext from base58 data
func ParseUInt64 ¶
ParseUInt64 returns an UInt64 from a string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.