Account

abstract class Account

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account address associated with the account

Link copied to clipboard
abstract val publicKey: PublicKey

Public key associated with the account

Link copied to clipboard

Signing scheme used to sign transactions

Functions

Link copied to clipboard
abstract fun sign(message: HexInput): Signature

Sign the given message with the private key.

Link copied to clipboard

Sign a message using the available signing capabilities.

Link copied to clipboard
open override fun toString(): String