NetworksRelease VersioningOffline transaction signingGlossary
Hardfork Update Process

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: RpcBlockHeader
  transactions: Transaction[]
}

Sub Objects:

interface Note {
  assetId: string
  /**
   * @deprecated Please use getAsset endpoint to get this information
   */
  assetName: string
  hash: string
  value: string
  memo: string
}

interface Transaction {
  hash: string
  isMinersFee: boolean
  notes: Note[]
  mints: RpcMint[]
  burns: RpcBurn[]
}

RPC Objects:

  • RpcBlockHeader
  • RpcMint
  • RpcBurn
View on Github

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

Discover our impactful presence — read our blog.

Learn

  • FAQ
  • Whitepaper
  • Tokenomics

Use

  • Get Started
  • Node App
  • Mine
  • Block Explorer
  • Ecosystem

Developers

  • Documentation
  • Github

Community

  • Foundation
  • Governance
  • Grants
  • Our Community

Company

  • About Us
  • Media Kit
  • Contact Us
Privacy Policy

|

Copyright 2024 Iron Fish.