sdk.blaze
Home > @blaze-cardano/sdk > Blaze
Blaze class
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.
Signature:
export declare class Blaze<ProviderType extends Provider, WalletType extends Wallet>
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
| |||
|
ProviderType | ||
WalletType |
Methods
Method |
Modifiers |
Description |
---|---|---|
| ||
Creates a new transaction using the provider and wallet. | ||
Signs a transaction using the wallet. | ||
Submits a transaction to the blockchain. |