Skip to Content
API referencePulsar CoreSrcType AliasesStarknetTransaction

@tuwaio/pulsar-core-monorepo


StarknetTransaction

StarknetTransaction = BaseTransaction & object

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

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: OrbitAdapter.Starknet

The adapter type for Starknet transactions.

contractAddress?

optional contractAddress: string

The address of the contract being interacted with.

Last updated on