status-go/services/wallet/requests/router_build_transactions_p...

7 lines
162 B
Go
Raw Normal View History

package requests
type RouterBuildTransactionsParams struct {
Uuid string `json:"uuid"`
SlippagePercentage float32 `json:"slippagePercentage"`
}