Packages

o

co.topl.brambl.builders

UserInputValidations

object UserInputValidations

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserInputValidations
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allInputLocksMatch(testAddrs: Set[LockAddress], expectedAddrs: Set[LockAddress], testLabel: String, expectedLabel: String): ValidatedNec[UserInputError, Unit]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. def distinctIdentifierQuantityDescriptorLiquid(values: Seq[Value], testType: ValueTypeIdentifier): ValidatedNec[UserInputError, Unit]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def fixedSeriesMatch(testValue: Option[SeriesId], expectedValue: SeriesId): ValidatedNec[UserInputError, Unit]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. def isGroup(testValue: Value, testLabel: String): ValidatedNec[UserInputError, Group]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isLvls(testValue: Value, testLabel: String): ValidatedNec[UserInputError, LVL]
  16. def isSeries(testValue: Value, testLabel: String): ValidatedNec[UserInputError, Series]
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def noUnknownType(testValues: Seq[ValueTypeIdentifier]): ValidatedNec[UserInputError, Unit]
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. def positiveQuantity(testQuantity: Int128, testLabel: String): ValidatedNec[UserInputError, Unit]
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def toplNoStakingReg(testValue: ValueTypeIdentifier, testLabel: String): ValidatedNec[UserInputError, Unit]
  25. def txosContainsExactlyOneAddress(expectedAddr: TransactionOutputAddress, expetedLabel: String, testTxos: Seq[Txo]): ValidatedNec[UserInputError, Txo]
  26. def validFee(fee: Long, testValues: Seq[Value], transferRequirements: Long = 0): ValidatedNec[UserInputError, Unit]
  27. def validMintingSupply(desiredQuantity: Int128, seriesToken: Series): ValidatedNec[UserInputError, Unit]
  28. def validTransferSupplyAll(tokenIdentifier: Option[ValueTypeIdentifier], testValues: Seq[ValueTypeIdentifier]): ValidatedNec[UserInputError, Unit]
  29. def validTransferSupplyAmount(desiredQuantity: Int128, allValues: Seq[Value], transferIdentifier: ValueTypeIdentifier): ValidatedNec[UserInputError, Unit]
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. object TransactionBuilder

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped