NetworksRelease VersioningOffline transaction signingGlossary
Hardfork Update Process

chain/exportChainStream

Exports the chain as a stream of blocks.

If the start and stop sequences are provided, only the blocks between the start and stop will be returned.

Request 

{
  start?: number | null
  stop?: number | null
} | undefined

Response 

{
  start: number
  stop: number
  block?: RpcBlockHeader & {
    main: boolean
    head: boolean
    latest: boolean
    /**
     * @deprecated Please use sequence instead
     */
    seq: number
    /**
     * @deprecated Please use previousBlockHash instead
     */
    prev: string
  }
}

RPC Objects:

  • RpcBlockHeader
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.