2023-07-19 11:47:46 +02:00

11 lines
136 B
Go

package domain
import "time"
type Notification struct {
BlockHash string
Tx string
Amount float64
DoneAt time.Time
}