Skip to Content
API referencePulsar CoreSrcType AliasesStarknetTransaction<T>

@tuwaio/pulsar-core-monorepo


StarknetTransaction<T>

StarknetTransaction<T> = BaseTransaction<T> & object

Defined in: packages/pulsar-core/src/types.ts:132 

Represents a Starknet-specific transaction, extending the base properties.

Type declaration

actualFee?

optional actualFee: object

The actual fee paid for the transaction.

actualFee.amount

amount: string

actualFee.unit

unit: string

adapter

adapter: Starknet

The transaction adapter type.

contractAddress?

optional contractAddress: string

The address of the contract being interacted with.

revertReason?

optional revertReason: string

The reason for transaction failure, if applicable.

Type Parameters

T

T

The type of the tracker identifier.

Last updated on