ApplyConfidentialPendingBalanceInstructionDataArgs: {
    expectedPendingBalanceCreditCounter: number | bigint;
    newDecryptableAvailableBalance: DecryptableBalanceArgs;
}

Type declaration

  • expectedPendingBalanceCreditCounter: number | bigint

    The expected number of pending balance credits since the last successful ApplyPendingBalance instruction

  • newDecryptableAvailableBalance: DecryptableBalanceArgs

    The new decryptable balance if the pending balance is applied successfully

Generated using TypeDoc