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

    • Constructs a new AmountRecoveryRes instance.

      Parameters

      • isSucc: boolean

        Indicates whether the recovery was successful.

      • amount: bigint

        The recovered amount as bigint.

      • gamma: string

        The recovered gamma scalar serialized as a hexadecimal string.

      • msg: string

        The recovered message.

      Returns AmountRecoveryRes

    Properties

    amount: bigint
    gamma: string
    isSucc: boolean
    msg: string

    Methods

    • Returns a string representation of the AmountRecoveryRes.

      Returns string

      a string representation of the AmountRecoveryRes.