The Blaze class is used to create and manage Cardano transactions. It requires a provider and a wallet to interact with the blockchain and manage funds.
Readonly
Creates a new transaction using the provider and wallet.
Signs a transaction using the wallet.
The transaction to sign.
Submits a transaction to the blockchain.
The transaction to submit.
Optional
If the transaction submission fails.
This method sends the provided transaction to the blockchain network using the configured wallet, or the configured provider if set.
Static
The Blaze class is used to create and manage Cardano transactions. It requires a provider and a wallet to interact with the blockchain and manage funds.