package
0.1.0
Repository: https://github.com/annenamuli/go-stellar.git
Documentation: pkg.go.dev

# Functions

MillisFromInt64 generates a Millis struct from given millis int64.
MillisFromSeconds generates a Millis struct from given seconds int64.
MillisFromString generates a Millis struct from a string representing an int64.
Now returns current time in millis.

# Type aliases

Millis represents time as milliseconds since epoch without any timezone adjustments.