Compare commits
No commits in common. "ee649dc79e7af6a7c2d2e01ce25ac44f07ec4269" and "cd28fd0b5eaddf7e79f1006c5522179bea104b1b" have entirely different histories.
ee649dc79e
...
cd28fd0b5e
@ -1,6 +0,0 @@
|
|||||||
package config
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//We define our endpoints here?
|
|
@ -1,20 +0,0 @@
|
|||||||
package models
|
|
||||||
|
|
||||||
import (
|
|
||||||
"encoding/json"
|
|
||||||
"time"
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
type trackStatusResponse struct {
|
|
||||||
Ok bool `json:"ok"`
|
|
||||||
Result struct {
|
|
||||||
Transaction struct {
|
|
||||||
CreatedAt time.Time `json:"createdAt"`
|
|
||||||
Status string `json:"status"`
|
|
||||||
TransferValue json.Number `json:"transferValue"`
|
|
||||||
TxHash string `json:"txHash"`
|
|
||||||
TxType string `json:"txType"`
|
|
||||||
}
|
|
||||||
} `json:"result"`
|
|
||||||
}
|
|
@ -1,4 +0,0 @@
|
|||||||
package handlers
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user