Leo Wallet Docs
Home
  • Wallet Adapter for Aleo Apps
  • packages
    • ui
      • docs
        • modules
        • interfaces
          • WalletIconProps
          • WalletModalContextState
          • WalletModalProps
          • WalletModalProviderProps
    • core
      • base
        • docs
          • modules
          • classes
            • BaseMessageSignerWalletAdapter
            • BaseSignerWalletAdapter
            • BaseWalletAdapter
            • Deployment
            • EventEmitter-1
            • Transaction
            • Transition
            • WalletAccountError
            • WalletConfigError
            • WalletConnectionError
            • WalletDecryptionError
            • WalletDecryptionNotAllowedError
            • WalletDisconnectedError
            • WalletDisconnectionError
            • WalletError
            • WalletKeypairError
            • WalletLoadError
            • WalletNotConnectedError
            • WalletNotReadyError
            • WalletNotSelectedError
            • WalletPublicKeyError
            • WalletRecordsError
            • WalletSendTransactionError
            • WalletSignMessageError
            • WalletSignTransactionError
            • WalletTimeoutError
            • WalletTransactionError
            • WalletWindowBlockedError
            • WalletWindowClosedError
          • enums
            • DecryptPermission
            • WalletAdapterNetwork
            • WalletReadyState
          • interfaces
            • AleoDeployment
            • AleoTransaction
            • AleoTransition
            • EventEmitter.EventEmitterStatic
            • EventEmitter.ListenerFn
            • MessageSignerWalletAdapterProps
            • SignerWalletAdapterProps
            • WalletAdapterEvents
            • WalletAdapterProps
          • modules
            • EventEmitter
      • react
        • docs
          • modules
          • interfaces
            • Wallet
            • WalletContextState
            • WalletProviderProps
    • wallets
      • leo
        • docs
          • modules
          • classes
            • LeoWalletAdapter
          • interfaces
            • LeoWallet
            • LeoWalletAdapterConfig
            • LeoWalletEvents
            • LeoWindow
Powered by GitBook
On this page
  • Class: Transaction
  • Implements
  • Table of contents
  • Constructors
  • Properties
  • Methods

Was this helpful?

  1. packages
  2. core
  3. base
  4. docs
  5. classes

Transaction

PreviousEventEmitter-1NextTransition

Last updated 11 months ago

Was this helpful?

/ / Transaction

Class: Transaction

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

• new Transaction(address, chainId, transitions, fee, feePrivate?)

Parameters

Name
Type
Default value

address

string

undefined

chainId

string

undefined

transitions

undefined

fee

number

undefined

feePrivate

boolean

true

Defined in

Properties

address

• address: string

Implementation of

Defined in


chainId

• chainId: string

Implementation of

Defined in


fee

• fee: number

Implementation of

Defined in


feePrivate

• feePrivate: boolean

Implementation of

Defined in


transitions

Implementation of

Defined in

Methods

createTransaction

Parameters

Name
Type
Default value

address

string

undefined

chainId

string

undefined

program

string

undefined

functionName

string

undefined

inputs

any[]

undefined

fee

number

undefined

feePrivate

boolean

true

Returns

Defined in

[]

.

.

.

.

• transitions: []

.

â–¸ Static createTransaction(address, chainId, program, functionName, inputs, fee, feePrivate?):

transaction.ts:35
transaction.ts:29
transaction.ts:30
transaction.ts:32
transaction.ts:33
AleoTransition
transaction.ts:31
Transaction
Transaction
transaction.ts:43
@demox-labs/aleo-wallet-adapter-base
Exports
AleoTransaction
constructor
address
chainId
fee
feePrivate
transitions
createTransaction
AleoTransition
AleoTransaction
AleoTransaction
AleoTransaction
AleoTransaction
AleoTransaction
address
chainId
fee
feePrivate
transitions