Release VersioningOffline transaction signing

chain/getTransactionStream

Streams transactions from a head sequence given an incoming view key

Request 

{
  incomingViewKey: string
  head?: string | null
}

Response 

{
  type: 'connected' | 'disconnected' | 'fork'
  head: {
    sequence: number
  }
  block: {
    hash: string
    previousBlockHash: string
    sequence: number
    timestamp: number
  }
  transactions: Array<{
    hash: string
    isMinersFee: boolean
    notes: Array<{
      assetId: string
      assetName: string
      hash: string
      value: string
      memo: string
    }>
    mints: Array<{
      assetId: string
      assetName: string
      value: string
    }>
    burns: Array<{
      assetId: string
      assetName: string
      value: string
    }>
  }>
}

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.