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
hello my friend
in /construction/combine , where is words write in privateKey ? in config.json : "prefunded_accounts": [ { "privkey": "privkey", "account_identifier": { "address": "address" }, "curve_type": "secp256k1", "currency": { "symbol": "ELF", "decimals": 8 } } ] },
but do /construction/combine signing,The privatekey of the signature is not passed in config.json, and there is no specific information in the official document.
The text was updated successfully, but these errors were encountered:
that's not what it means,I mean in /construction/combine ,where is words write in privateKey. input.Signatures[0].HexBytes yes or no?
but when I run it , input.Signatures[0].HexBytes is not privateKey
hello my friend
in /construction/combine , where is words write in privateKey ? in config.json :
"prefunded_accounts": [ { "privkey": "privkey", "account_identifier": { "address": "address" }, "curve_type": "secp256k1", "currency": { "symbol": "ELF", "decimals": 8 } } ] },
but do /construction/combine signing,The privatekey of the signature is not passed in config.json, and there is no specific information in the official document.
The text was updated successfully, but these errors were encountered: