Decode Serialized Transaction
Bitcoin
注:
1. bitcoin 可以调用 decoderawtransaction
rpc
2. ethereum 可以调用 tx := &types.Transaction rawTxBytes, err := hex.DecodeString(rawTx)
注:
1. bitcoin 可以调用 decoderawtransaction
rpc
2. ethereum 可以调用 tx := &types.Transaction rawTxBytes, err := hex.DecodeString(rawTx)