Deployment

@demox-labs/aleo-wallet-adapter-base / Exports / Deployment

Class: Deployment

Implements

Table of contents

Constructors

Properties

Constructors

constructor

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

Parameters

NameTypeDefault value

address

string

undefined

chainId

string

undefined

program

string

undefined

fee

number

undefined

feePrivate

boolean

true

Defined in

deployment.ts:16

Properties

address

address: string

Implementation of

AleoDeployment.address

Defined in

deployment.ts:10


chainId

chainId: string

Implementation of

AleoDeployment.chainId

Defined in

deployment.ts:11


fee

fee: number

Implementation of

AleoDeployment.fee

Defined in

deployment.ts:13


feePrivate

feePrivate: boolean

Implementation of

AleoDeployment.feePrivate

Defined in

deployment.ts:14


program

program: string

Implementation of

AleoDeployment.program

Defined in

deployment.ts:12

Last updated