scalus.cardano.wallet
package scalus.cardano.wallet
Members list
Type members
Classlikes
trait Account
Account abstraction for Cardano wallets.
Account abstraction for Cardano wallets.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class BloxbeanAccount
class BloxbeanAccount(val account: Account) extends Account
object BloxbeanAccount
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BloxbeanAccount.type
class BloxbeanKeyPair(val underlying: HdKeyPair) extends ExtendedKeyPair
KeyPair implementation backed by Bloxbean's HdKeyPair (extended keys).
KeyPair implementation backed by Bloxbean's HdKeyPair (extended keys).
Attributes
- Supertypes
trait ExtendedKeyPair extends KeyPair
A key pair backed by an extended 64-byte signing key (SLIP-001/HD wallets).
A key pair backed by an extended 64-byte signing key (SLIP-001/HD wallets).
Attributes
- Supertypes
- Known subtypes
-
class BloxbeanKeyPair
trait KeyPair
A key pair for Ed25519 signing operations.
A key pair for Ed25519 signing operations.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait StandardKeyPair extends KeyPair
A key pair backed by a standard 32-byte signing key.
A key pair backed by a standard 32-byte signing key.
Attributes
- Supertypes
In this article