AccountKeyPair

interface AccountKeyPair

Stellar account's key pair. It can be either PublicKeyPair obtained from public key, or SigningKeyPair, obtained from private key. Existing account in string format can be converted to public key pair via calling toPublicKeyPair helper function.

Properties

Link copied to clipboard
open val address: String
Link copied to clipboard
abstract val keyPair: KeyPair
Link copied to clipboard
open val publicKey: ByteArray

Inheritors

Link copied to clipboard
Link copied to clipboard