Skip to content

Comment Typo #28

@qiwu7

Description

@qiwu7
/**
   * 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions