trait Wallet[S <: Secret, P <: Proposition, TX <: Transaction, PMOD <: PersistentNodeViewModifier, W <: Wallet[S, P, TX, PMOD, W]] extends Vault[TX, PMOD, W]
- Self Type
- W
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Wallet
- Vault
- VaultReader
- NodeViewComponent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Abstract Value Members
- abstract def addSecret(secret: S): Try[W]
- abstract def generateNextSecret[T <: Secret](secretCreator: SecretCreator[T]): Try[(W, T)]
- abstract def publicKeys(): Set[P]
- abstract def removeSecret(publicImage: P): Try[W]
-
abstract
def
rollback(to: VersionTag): Try[W]
- Definition Classes
- Vault
-
abstract
def
scanOffchain(txs: Seq[TX]): W
- Definition Classes
- Vault
-
abstract
def
scanOffchain(tx: TX): W
- Definition Classes
- Vault
-
abstract
def
scanPersistent(modifier: PMOD): W
- Definition Classes
- Vault
- abstract def secret(publicImage: P): Option[S]
- abstract def secrets(): Set[S]
Concrete 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( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getReader: VaultReader
- Definition Classes
- Vault
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
scanPersistent(modifiers: Option[PMOD]): W
- Definition Classes
- Vault
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated