2
0
mirror of https://github.com/status-im/status-go.git synced 2025-03-02 23:50:59 +00:00
status-go/protocol/requests/encode_function_call.go
frank 735a422230
chore_: create v2 endpoints for status.go to solve EndpointsUnsupported in endpoints.go ()
* chore_: create v2 endpoints for status.go to use status-backend server

* feat_: support using http for media server ()
2024-11-19 09:31:29 +00:00

7 lines
127 B
Go

package requests
type EncodeFunctionCall struct {
Method string `json:"method"`
ParamsJSON string `json:"paramsJSON"`
}