Companion

object Companion

Functions

Link copied to clipboard
infix fun from(privateKey: PrivateKey): Account
infix fun from(privateKeyInput: PrivateKeyInput): Account
Link copied to clipboard
fun fromPrivateKey(privateKey: PrivateKey, address: AccountAddressInput? = null, legacy: Boolean = true): Account
Link copied to clipboard
fun generate(scheme: SigningSchemeInput = SigningSchemeInput.Ed25519, legacy: Boolean = true): Account