mirror of
https://github.com/status-im/status-go.git
synced 2025-02-11 22:37:41 +00:00
7 lines
104 B
Go
7 lines
104 B
Go
|
package requests
|
||
|
|
||
|
type EncodeTransfer struct {
|
||
|
To string `json:"to"`
|
||
|
Value string `json:"value"`
|
||
|
}
|