blockfrost / blockfrost-dotnet

.NET, C# and PowerShell SDK for Blockfrost.io API
Apache License 2.0
17 stars 9 forks source link

Verify transaction before submitting #36

Closed tweakch closed 3 years ago

tweakch commented 3 years ago

Right now we only support string and Stream as datatypes to submit transactions. This can cause some confusion on what format the data provided to these methods must have in order to be accepted by the API and actually perform a transaction.

To improve the dev experience we can perform some basic verification on the transactions.

Documentation

Documentation

SubmitAsync(String)

SubmitAsync(Hex)

tweakch commented 3 years ago

Tests passed for test vector 01 with supported formats.

tweakch commented 3 years ago

Reopening to test Project automation. will close using feature branch PR as we should move to FDD anyways