7 lines
162 B
Go
7 lines
162 B
Go
|
package requests
|
||
|
|
||
|
type RouterBuildTransactionsParams struct {
|
||
|
Uuid string `json:"uuid"`
|
||
|
SlippagePercentage float32 `json:"slippagePercentage"`
|
||
|
}
|