object Policy extends Policy
- Alphabetic
- By Inheritance
- Policy
- Policy
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def confirmations: Long
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
- def defaultFee: CurrencyUnit
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
- def defaultFeeRate: FeeUnit
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
- def dustThreshold: CurrencyUnit
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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mandatoryScriptVerifyFlags: Seq[ScriptFlag]
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
- def maxFee: CurrencyUnit
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
- def minChannelAmount: CurrencyUnit
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
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def sequence: UInt32
- Definition Classes
- Policy
- def standardFlags: Seq[ScriptFlag]
- Definition Classes
- Policy
- def standardScriptVerifyFlags: Seq[ScriptFlag]
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
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()