-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
/**
* walletImport returns the private key of an address in the wallet.
* @param keyInfo
*/
public async walletImport(keyInfo: KeyInfo): Promise<string> {
const ret = await this.conn.request({ method: 'Filecoin.WalletImport', params: [keyInfo] });
return ret as string;
}
walletImport should Import a private and returns the address of the private key I assume?
| * walletImport returns the private key of an address in the wallet. |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels