javascript-sdk icon indicating copy to clipboard operation
javascript-sdk copied to clipboard

Improve RPC Client Functions

Open chainwhisper opened this issue 5 years ago • 0 comments

Issue

Right now, if you call the rpc methods, the returned valued is raw and need extra codes for decoding.

Possible Solution

Improve the functions, like getAccount .

The raw result will be base64-decoded and then call decoder.unMarshalBinaryBare

chainwhisper avatar Oct 30 '19 11:10 chainwhisper