Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OutPointValue

Hierarchy

Index

Constructors

Methods

Constructors

constructor

  • new OutPointValue(outPoint: OutPoint, _options?: { validate?: undefined | false | true }): OutPointValue
  • Parameters

    • outPoint: OutPoint
    • Default value _options: { validate?: undefined | false | true } = {}

      @deprecated this parameter is unused and takes no effect, please remove it.

      • Optional validate?: undefined | false | true

    Returns OutPointValue

Methods

equals

  • equals(other: Value): boolean
  • Parameters

    Returns boolean

hash

  • Returns Hash

hashCode

  • hashCode(): number
  • Returns number

Generated using TypeDoc