Represents a deposit.
- closingStartedAt
- createdAt
- ecdsaWalletID
- mainUtxoHash
- movingFundsRequestedAt
- movingFundsTargetWalletsCommitmentHash
- pendingMovedFundsSweepRequestsCount
- pendingRedemptionsValue
- state
- walletPublicKey
• closingStartedAt: number
UNIX timestamp indicating the moment the wallet's closing period started.
src/lib/contracts/bridge.ts:427
• createdAt: number
UNIX timestamp the wallet was created at.
src/lib/contracts/bridge.ts:418
• ecdsaWalletID: Hex
Identifier of a ECDSA Wallet registered in the ECDSA Wallet Registry.
src/lib/contracts/bridge.ts:402
• mainUtxoHash: Hex
Latest wallet's main UTXO hash.
src/lib/contracts/bridge.ts:410
• movingFundsRequestedAt: number
UNIX timestamp indicating the moment the wallet was requested to move their funds.
src/lib/contracts/bridge.ts:423
• movingFundsTargetWalletsCommitmentHash: Hex
Moving funds target wallet commitment submitted by the wallet.
src/lib/contracts/bridge.ts:439
• pendingMovedFundsSweepRequestsCount: number
Total count of pending moved funds sweep requests targeting this wallet.
src/lib/contracts/bridge.ts:431
• pendingRedemptionsValue: BigNumber
The total redeemable value of pending redemption requests targeting that wallet.
src/lib/contracts/bridge.ts:414
• state: WalletState
Current state of the wallet.
src/lib/contracts/bridge.ts:435
• walletPublicKey: Hex
Compressed public key of the ECDSA Wallet.