navio-blsct
    Preparing search index...

    Class AmountRecoveryRes

    The result of recovering a single amount from a non-aggregated range proof. Refer to RangeProof for a usage example.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Constructs a new AmountRecoveryRes instance.

      Parameters

      • isSucc: boolean

        Indicates whether the recovery was successful.

      • amount: number

        The recovered amount.

      • msg: string

        The recovered message.

      Returns AmountRecoveryRes

    Properties

    amount: number
    isSucc: boolean
    msg: string

    Methods

    • Returns a string representation of the AmountRecoveryRes.

      Returns string

      a string representation of the AmountRecoveryRes.