wallet/importAccount

Imports an encoded account and it's keys into the wallet.

The string is typically generated by the exportAccount RPC, although the string can be manually generated with the sdk.

The optional createdAt field can be used to set the block sequence to start scanning from for the imported account. Note that, if the account received any transactions on a block before this sequence, then those transactions will not appear in the account's balance.

Request 

{
  account: string
  name?: string
  rescan?: boolean
  createdAt?: number
}

Response 

{
  name: string;
  isDefaultAccount: boolean;
}
View on Github

Join our newsletter and stay up to date with privacy and crypto.

Discover our impactful presence — read our blog.

Use

  • Node App
  • Node CLI
  • Mine
  • Block Explorer
  • Ecosystem

Learn

  • Get Started
  • FAQ
  • Whitepaper
  • Tokenomics

Community

  • Foundation
  • Governance
  • Grants
  • Our Community

Developers

  • Documentation
  • Github
Privacy Policy

|

Media Kit

|

Copyright 2024 Iron Fish.