Function getBlocks

Use with ApiComposer and belongs to BlockApi.

See details at BlockApi.getBlocks

  • Parameters

    Returns ((firstIndex?: number, lastIndex?: number, includeTransactions?: boolean) => Promise<BlockList>)

      • (firstIndex?, lastIndex?, includeTransactions?): Promise<BlockList>
      • Parameters

        • OptionalfirstIndex: number
        • OptionallastIndex: number
        • OptionalincludeTransactions: boolean

        Returns Promise<BlockList>