Closed tweakch closed 3 years ago
@mmahut @eddex I did a prerelease of this branch on nuget
TxSubmit works... and together with BlockService and AddressService you can already do some cool stuff
still a lot to do in this PR and generally... but we are getting ahead
Description
The
SubmitAsync(String)
method of the transaction service should inform the user that it expects the serialized and signedcborHex
property of a transaction signed withcardano-cli
.Meaning only hexadecimal characters are allowed:
/[0-9a-f]+/i
Sample CBOR
The above CBOR hex analyzed
Possible Improvements
We could also allow the actual CBOR (unhexed) and try to perform the hexdump within the Method to improve usability: