Skip to main content
Version: 0.2.38

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

params

readonly

ProtocolParameters

provider

readonly

ProviderType

wallet

WalletType

Methods

Method

Modifiers

Description

from(provider, wallet)

static

newTransaction()

Creates a new transaction using the provider and wallet.

signTransaction(tx)

Signs a transaction using the wallet.

submitTransaction(tx, useProvider)

Submits a transaction to the blockchain.