Remove unused model structs
This commit is contained in:
parent
52e1be1104
commit
a04f7ee66c
@ -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"`
|
|
||||||
}
|
|
@ -8,10 +8,3 @@ type VoucherDataResult struct {
|
|||||||
TokenCommodity string `json:"tokenCommodity"`
|
TokenCommodity string `json:"tokenCommodity"`
|
||||||
TokenLocation string `json:"tokenLocation"`
|
TokenLocation string `json:"tokenLocation"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type SwappableVoucher struct {
|
|
||||||
ContractAddress string `json:"contractAddress"`
|
|
||||||
TokenSymbol string `json:"tokenSymbol"`
|
|
||||||
TokenDecimals string `json:"tokenDecimals"`
|
|
||||||
Balance string `json:"balance"`
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user