Conflux-Chain / go-conflux-sdk

Conflux Golang API
https://confluxnetwork.gitbook.io/go-conflux-sdk
GNU Lesser General Public License v3.0
36 stars 26 forks source link

Support parity_composeTransaction RPC to fill missed fields in tx #143

Open boqiu opened 2 years ago

wangdayong228 commented 2 years ago

Not found rpc parity_composeTransaction in conflux-rust, and you could use Client.ApplyUnsignedTransactionDefault to fill missed fields

boqiu commented 2 years ago

This is to keep align with parity RPC.