PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@celo/wallet-local/lib
Просмотр файла: local-wallet.d.ts
import { Address } from '@celo/utils/lib/address';
import { Wallet, WalletBase } from '@celo/wallet-base';
import { LocalSigner } from './local-signer';
export declare class LocalWallet extends WalletBase<LocalSigner> implements Wallet {
/**
* Register the private key as signer account
* @param privateKey account private key
*/
addAccount(privateKey: string): void;
/**
* Remove the account
* @param address Adddress of the account to remove
*/
removeAccount(address: Address): void;
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!