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.
Right now we only support
string
andStream
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)
01
as hex string01
as JSON (signedcardano-cli
transaction)#41SubmitAsync(Hex)
01
as FileStream from hexdump01
as FileStream from JSON (signedcardano-cli
transaction)#40