Single Key Account
class SingleKeyAccount(val privateKey: PrivateKey, val address: AccountAddressInput? = null) : Account
Signer implementation for the SingleKey authentication scheme. This extends a SingleKeyAccount by adding signing capabilities through a valid private key. Currently, the only supported signature schemes are Ed25519 and Secp256k1.
Note: Generating a signer instance does not create the account on-chain.