mirror of
https://github.com/status-im/status-go.git
synced 2025-02-20 10:48:36 +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"`
|
||
|
}
|