Skip to content

Latest commit

 

History

History
139 lines (75 loc) · 3.42 KB

File metadata and controls

139 lines (75 loc) · 3.42 KB

Interface: Wallet

Represents a deposit.

Table of contents

Properties

Properties

closingStartedAt

closingStartedAt: number

UNIX timestamp indicating the moment the wallet's closing period started.

Defined in

src/lib/contracts/bridge.ts:427


createdAt

createdAt: number

UNIX timestamp the wallet was created at.

Defined in

src/lib/contracts/bridge.ts:418


ecdsaWalletID

ecdsaWalletID: Hex

Identifier of a ECDSA Wallet registered in the ECDSA Wallet Registry.

Defined in

src/lib/contracts/bridge.ts:402


mainUtxoHash

mainUtxoHash: Hex

Latest wallet's main UTXO hash.

Defined in

src/lib/contracts/bridge.ts:410


movingFundsRequestedAt

movingFundsRequestedAt: number

UNIX timestamp indicating the moment the wallet was requested to move their funds.

Defined in

src/lib/contracts/bridge.ts:423


movingFundsTargetWalletsCommitmentHash

movingFundsTargetWalletsCommitmentHash: Hex

Moving funds target wallet commitment submitted by the wallet.

Defined in

src/lib/contracts/bridge.ts:439


pendingMovedFundsSweepRequestsCount

pendingMovedFundsSweepRequestsCount: number

Total count of pending moved funds sweep requests targeting this wallet.

Defined in

src/lib/contracts/bridge.ts:431


pendingRedemptionsValue

pendingRedemptionsValue: BigNumber

The total redeemable value of pending redemption requests targeting that wallet.

Defined in

src/lib/contracts/bridge.ts:414


state

state: WalletState

Current state of the wallet.

Defined in

src/lib/contracts/bridge.ts:435


walletPublicKey

walletPublicKey: Hex

Compressed public key of the ECDSA Wallet.

Defined in

src/lib/contracts/bridge.ts:406