Leo Wallet Docs
Home
Ask or search…
⌃
K
Links
Wallet Adapter for Aleo Apps
packages
ui
core
base
docs
modules
classes
enums
interfaces
AleoDeployment
AleoTransaction
AleoTransition
EventEmitter.EventEmitterStatic
EventEmitter.ListenerFn
MessageSignerWalletAdapterProps
SignerWalletAdapterProps
WalletAdapterEvents
WalletAdapterProps
modules
react
wallets
Powered By
GitBook
Comment on page
AleoTransaction
@demox-labs/aleo-wallet-adapter-base
/
Exports
/ AleoTransaction
Interface: AleoTransaction
Implemented by
Transaction
Table of contents
Properties
address
chainId
fee
feePrivate
transitions
Properties
address
•
address
:
string
Defined in
transaction.ts:21
chainId
•
chainId
:
string
Defined in
transaction.ts:22
fee
•
fee
:
number
Defined in
transaction.ts:24
feePrivate
•
feePrivate
:
boolean
Defined in
transaction.ts:25
transitions
•
transitions
:
AleoTransition
[]
Defined in
transaction.ts:23
Previous
AleoDeployment
Next
AleoTransition
Last modified
1mo ago