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: Deployment
  • Implements
  • Table of contents
  • Constructors
  • Properties

Was this helpful?

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

Deployment

PreviousBaseWalletAdapterNextEventEmitter-1

Last updated 11 months ago

Was this helpful?

/ / Deployment

Class: Deployment

Implements

Table of contents

Constructors

Properties

Constructors

constructor

• new Deployment(address, chainId, program, fee, feePrivate?)

Parameters

Name
Type
Default value

address

string

undefined

chainId

string

undefined

program

string

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


program

• program: string

Implementation of

Defined in

.

.

.

.

.

deployment.ts:16
deployment.ts:10
deployment.ts:11
deployment.ts:13
deployment.ts:14
deployment.ts:12
@demox-labs/aleo-wallet-adapter-base
Exports
AleoDeployment
constructor
address
chainId
fee
feePrivate
program
AleoDeployment
AleoDeployment
AleoDeployment
AleoDeployment
AleoDeployment
address
chainId
fee
feePrivate
program