feat: add Keypair class and deprecate Account (#17098)
* feat: add Keypair class and deprecate Account * chore: fix lint issues * chore: rename TransactionSigner to Signer
This commit is contained in:
@@ -6,6 +6,8 @@ import {PublicKey} from './publickey';
|
||||
|
||||
/**
|
||||
* An account key pair (public and secret keys).
|
||||
*
|
||||
* @deprecated since v1.10.0, please use {@link Keypair} instead.
|
||||
*/
|
||||
export class Account {
|
||||
/** @internal */
|
||||
|
Reference in New Issue
Block a user