Keypair constructor

const Keypair(
  1. Ed25519Keypair _keypair
)

Creates an account keypair used for signing transactions.

Implementation

const Keypair(this._keypair);