CachedUtxoSupplier

scalus.bloxbean.CachedUtxoSupplier
class CachedUtxoSupplier(cachePath: Path, default: UtxoSupplier) extends UtxoSupplier

Attributes

Graph
Supertypes
trait UtxoSupplier
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def getPage(address: String, nrOfItems: Integer, page: Integer, order: OrderEnum): List[Utxo]

Attributes

Definition Classes
UtxoSupplier
override def getTxOutput(txHash: String, outputIndex: Int): Optional[Utxo]

Attributes

Definition Classes
UtxoSupplier

Inherited methods

def getAll(x$0: String): List[Utxo]

Attributes

Inherited from:
UtxoSupplier
def isUsedAddress(x$0: Address): Boolean

Attributes

Inherited from:
UtxoSupplier
def setSearchByAddressVkh(x$0: Boolean): Unit

Attributes

Inherited from:
UtxoSupplier

Concrete fields

val cache: HashMap[(String, Int), Utxo]
val objectMapper: ObjectMapper