scalus.cardano.wallet

Members list

Type members

Classlikes

trait Account

Account abstraction for Cardano wallets.

Account abstraction for Cardano wallets.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class BloxbeanAccount(val account: Account) extends Account

Attributes

Companion
object
Supertypes
trait Account
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self 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 KeyPair
class Object
trait Matchable
class Any
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
trait KeyPair
class Object
trait Matchable
class Any
Known subtypes
trait KeyPair

A key pair for Ed25519 signing operations.

A key pair for Ed25519 signing operations.

Attributes

Supertypes
class Object
trait Matchable
class 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
trait KeyPair
class Object
trait Matchable
class Any