mirror of
https://github.com/status-im/status-go.git
synced 2025-02-03 10:25:35 +00:00
7 lines
162 B
Go
7 lines
162 B
Go
|
package requests
|
||
|
|
||
|
type RouterBuildTransactionsParams struct {
|
||
|
Uuid string `json:"uuid"`
|
||
|
SlippagePercentage float32 `json:"slippagePercentage"`
|
||
|
}
|