Release VersioningOffline transaction signing

wallet/exportAccount

Exports the keys to the default account, or the named account if specified.

The spendingKey will be null in the response if viewOnly = true or if exporting a view-only account.

Request 

{
  account?: string;
  viewOnly?: boolean
}

Response 

{
  account: {
    name: string;
    spendingKey: string | null;
    viewKey: string;
    incomingViewKey: string;
    outgoingViewKey: string;
    publicAddress: string;
    version: number;
  }
}

View on Github 

Edit Page on Github

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

Learn

  • FAQ
  • Whitepaper
  • Tokenomics
  • Blog

Use

  • Get Started
  • Node App
  • Mine
  • Block Explorer

Developers

  • Documentation
  • Github

Community

  • Highlights
  • Media
  • Community Wiki
  • Our community

Company

  • About Us
  • Careers
  • Media Kit
  • Contact Us
Privacy Policy

|

Copyright 2023 Iron Fish.