ApplyConfidentialPendingBalanceInstructionArgs: {
    expectedPendingBalanceCreditCounter: number | bigint;
    newDecryptableAvailableBalance: Uint8Array;
}

Type declaration

  • expectedPendingBalanceCreditCounter: number | bigint

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

  • newDecryptableAvailableBalance: Uint8Array

    The new decryptable balance if the pending balance is applied successfully

Generated using TypeDoc