forked from urdt/ussd
Remove obsolete track account status code
This commit is contained in:
@@ -5,10 +5,14 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
type TrackStatusResult struct {
|
||||
type Transaction struct {
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
Status string `json:"status"`
|
||||
TransferValue json.Number `json:"transferValue"`
|
||||
TxHash string `json:"txHash"`
|
||||
TxType string `json:"txType"`
|
||||
}
|
||||
|
||||
type TrackStatusResult struct {
|
||||
Active bool `json:"active"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user