Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Base10 decimal base Base10 = 10 // Gwei represents 1000000000 wei Gwei = 1000000000 // SQLLiteDriverName is the name for the SQL lite driver SQLLiteDriverName = "sqlite3" )
Variables ¶
This section is empty.
Functions ¶
func SlicePtrsToSlice ¶ added in v0.2.0
func SlicePtrsToSlice[T any](ptrSlice []*T) []T
SlicePtrsToSlice converts a slice of pointers to a slice of values.
func ToAddressPtr ¶ added in v0.2.0
ToAddressPtr converts a string to a common.Address pointer or returns nil if empty.
func ToUint64Ptr ¶ added in v0.2.0
ToUint64Ptr is a helper to create uint64 pointer
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.