Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlockchainStreamOptions

Hierarchy

  • BlockchainStreamOptions

Index

Properties

Properties

Optional from

from: undefined | number

Start block number, inclusive. If omitted generation will start from current block height.

Optional mode

Streaming mode, if set to Latest may include blocks that are not applied to the final chain. Defaults to Irreversible.

Optional to

to: undefined | number

End block number, inclusive. If omitted stream will continue indefinitely.

Generated using TypeDoc