Compare commits

..

No commits in common. "ee649dc79e7af6a7c2d2e01ce25ac44f07ec4269" and "cd28fd0b5eaddf7e79f1006c5522179bea104b1b" have entirely different histories.

3 changed files with 0 additions and 30 deletions

View File

@ -1,6 +0,0 @@
package config
//We define our endpoints here?

View File

@ -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"`
}

View File

@ -1,4 +0,0 @@
package handlers