You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
On the the big issue of this client is it's using map[string]interface instead of pbStruct.
An attempt to fix this problem has been done but discarded but of the time require to manually transform the pbStruct to geth struct: mesg-foundation/engine#1324
A new dedicated go client should be create to ease the creation of MESG Services using golang, in a similar to than https://github.com/mesg-foundation/mesg-js.
A simple client package is already used by the system service ethwallet:
https://github.com/mesg-foundation/engine/tree/v0.14.1/systemservices/ethwallet
On the the big issue of this client is it's using
map[string]interface
instead ofpbStruct
.An attempt to fix this problem has been done but discarded but of the time require to manually transform the
pbStruct
togeth
struct: mesg-foundation/engine#1324Solutions:
The text was updated successfully, but these errors were encountered: