forked from urdt/ussd
cleaned up models
This commit is contained in:
8
models/voucher_data_result.go
Normal file
8
models/voucher_data_result.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
type VoucherDataResult struct {
|
||||
TokenName string `json:"tokenName"`
|
||||
TokenSymbol string `json:"tokenSymbol"`
|
||||
TokenDecimals string `json:"tokenDecimals"`
|
||||
SinkAddress string `json:"sinkAddress"`
|
||||
}
|
||||
Reference in New Issue
Block a user