mirror of
https://github.com/status-im/status-go.git
synced 2025-01-18 18:55:47 +00:00
7 lines
127 B
Go
7 lines
127 B
Go
|
package requests
|
||
|
|
||
|
type EncodeFunctionCall struct {
|
||
|
Method string `json:"method"`
|
||
|
ParamsJSON string `json:"paramsJSON"`
|
||
|
}
|