added the TokenTransferResponse model
This commit is contained in:
parent
fabcccfa60
commit
c10e1a6a1b
5
models/token_transfer_response.go
Normal file
5
models/token_transfer_response.go
Normal file
@ -0,0 +1,5 @@
|
||||
package models
|
||||
|
||||
type TokenTransferResponse struct {
|
||||
TrackingId string `json:"trackingId"`
|
||||
}
|
Loading…
Reference in New Issue
Block a user