Skip to content

api.entities.ConfidentialAccount.types.ApplyIncomingConfidentialAssetBalancesParams

polymesh-bot edited this page Dec 4, 2024 · 2 revisions

Interface: ApplyIncomingConfidentialAssetBalancesParams

api/entities/ConfidentialAccount/types.ApplyIncomingConfidentialAssetBalancesParams

Table of contents

Properties

Properties

confidentialAccount

confidentialAccount: string | ConfidentialAccount

Confidential Account (or the public key of the ElGamal key pair) to which any incoming balance is to be applied

Defined in

src/api/entities/ConfidentialAccount/types.ts:44


maxUpdates

Optional maxUpdates: BigNumber

The maximum number of incoming balances to apply. Applies all incoming balances if no value is passed

Defined in

src/api/entities/ConfidentialAccount/types.ts:49

Clone this wiki locally