Keypair constructor
const
Keypair(
- Ed25519Keypair _keypair
Creates an account keypair used for signing transactions.
Implementation
const Keypair(
this._keypair,
);
Creates an account keypair used for signing transactions.
const Keypair(
this._keypair,
);