Secp256r1Account

Constructors

Link copied to clipboard
constructor(privateKey: Secp256r1PrivateKey, mnemonic: String)
constructor(privateKey: Secp256r1PrivateKey)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val address: AccountAddress
Link copied to clipboard
Link copied to clipboard
open override val publicKey: Secp256r1PublicKey
Link copied to clipboard
open override val scheme: SignatureScheme

Functions

Link copied to clipboard
open suspend override fun sign(message: ByteArray): Result<ByteArray, E>
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open suspend override fun verify(message: ByteArray, signature: ByteArray): Result<Boolean, E>