keypair

abstract val keypair: KeyPair

Returns the keypair associated with this account.

Note: This may be a public-only keypair (created from account ID) or a full keypair with private key. To sign transactions, a keypair with private key is required.

Return

The KeyPair associated with this account