diff --git a/models/pool.go b/models/pool.go deleted file mode 100644 index 9e784b3..0000000 --- a/models/pool.go +++ /dev/null @@ -1,10 +0,0 @@ -package models - - -type Pool struct { - PoolName string `json:"poolName"` - PoolSymbol string `json:"poolSymbol"` - PoolContractAddress string `json:"poolContractAddress"` - LimiterAddress string `json:"limiterAddress"` - VoucherRegistry string `json:"voucherRegistry"` -} diff --git a/models/voucher_data_result.go b/models/voucher_data_result.go index 1311482..9a10831 100644 --- a/models/voucher_data_result.go +++ b/models/voucher_data_result.go @@ -8,10 +8,3 @@ type VoucherDataResult struct { TokenCommodity string `json:"tokenCommodity"` TokenLocation string `json:"tokenLocation"` } - -type SwappableVoucher struct { - ContractAddress string `json:"contractAddress"` - TokenSymbol string `json:"tokenSymbol"` - TokenDecimals string `json:"tokenDecimals"` - Balance string `json:"balance"` -}