Better to refactor the interfaces defined in SDK
Opened this issue · 0 comments
boqiu commented
Now, a god interface ClientOperator
is defined for all RPCs/APIs. Suggest to separate interfaces for different kinds of purpose:
- public rpc:
Cfx
- local rpc:
LocalCfx
, or use namespace as prefix. - contract operations
- Extension methods when
account manage
configured, e.g. send transaction