Object/Class

org.bitcoins.core.policy

Policy

Related Docs: class Policy | package policy

Permalink

object Policy extends Policy

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Policy
  2. Policy
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def confirmations: Long

    Permalink

    The number of confirmations for a payment to be considered as accepted

    The number of confirmations for a payment to be considered as accepted

    Definition Classes
    Policy
  7. def defaultFee: CurrencyUnit

    Permalink

    A default fee to use per byte on the bitcoin network

    A default fee to use per byte on the bitcoin network

    Definition Classes
    Policy
  8. def dustThreshold: CurrencyUnit

    Permalink

    The minimum amount of satoshis we can spend to an output

    The minimum amount of satoshis we can spend to an output

    Definition Classes
    Policy
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def isRBFEnabled: Boolean

    Permalink
    Definition Classes
    Policy
  16. def mandatoryScriptVerifyFlags: Seq[ScriptFlag]

    Permalink

    Mandatory script verification flags that all new blocks must comply with for them to be valid.

    Mandatory script verification flags that all new blocks must comply with for them to be valid. (but old blocks may not comply with) Currently just P2SH, but in the future other flags may be added, such as a soft-fork to enforce strict DER encoding.

    Failing one of these tests may trigger a DoS ban - see CheckInputs() for details.

    Definition Classes
    Policy
  17. def maxFee: CurrencyUnit

    Permalink

    Max fee for a transaction is set to 10 mBTC right now

    Max fee for a transaction is set to 10 mBTC right now

    Definition Classes
    Policy
  18. def minChannelAmount: CurrencyUnit

    Permalink

    Minimum amount of CurrencyUnit lock in a Channel Currently set to 1 mBTC

    Minimum amount of CurrencyUnit lock in a Channel Currently set to 1 mBTC

    TODO: Remove this?

    Definition Classes
    Policy
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def standardFlags: Seq[ScriptFlag]

    Permalink
    Definition Classes
    Policy
  23. def standardScriptVerifyFlags: Seq[ScriptFlag]

    Permalink

    The default script verify flags used to validate the blockchain and bitcoin transactions

    The default script verify flags used to validate the blockchain and bitcoin transactions

    Definition Classes
    Policy
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Policy

Inherited from AnyRef

Inherited from Any

Ungrouped