Documentation ¶
Index ¶
- func BigIntToInt64(value *big.Int) int64
- func BigIntToString(value *big.Int) string
- func ConvertToRad(value string) string
- func ConvertToRay(value string) string
- func ConvertToWad(value string) string
- func GetDataBytesAtIndex(n int, logData []byte) []byte
- func GetHexWithoutPrefix(raw []byte) string
- func GetOrCreateIlk(ilk string, db *postgres.DB) (int, error)
- func GetOrCreateIlkInTransaction(ilk string, tx *sqlx.Tx) (int, error)
- func GetOrCreateUrn(guy string, ilkID int, db *postgres.DB) (int, error)
- func GetOrCreateUrnInTransaction(guy string, ilkID int, tx *sqlx.Tx) (int, error)
- func GetTicInTx(headerID int64, tx *sqlx.Tx) (int64, error)
- func GetUpdatedLogNoteDataBytesAtIndex(n int, logData []byte) []byte
- func MinInt64(ints []int64) (min int64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BigIntToInt64 ¶
func BigIntToString ¶
func ConvertToRad ¶
func ConvertToRay ¶
func ConvertToWad ¶
func GetDataBytesAtIndex ¶
TODO: Remove once transformers have been updated to use GetUpdatedLogNoteDataBytesAtIndex
func GetHexWithoutPrefix ¶
func GetOrCreateUrn ¶ added in v0.2.2
func GetOrCreateUrnInTransaction ¶ added in v0.2.2
func GetUpdatedLogNoteDataBytesAtIndex ¶ added in v0.2.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.