Skip to content

Height should be UInt64 #429

@dgarcia360

Description

@dgarcia360

height in BlockInfo is returned as a UInt64 string but some functions demand this parameter as a string:

BlockHttp

  • getBlockTransactions
  • getBlocksByHeightWithLimit
  • getMerkleTransaction
  • getBlockByHeight

ReceiptHttp

  • getBlockReceipts
  • getMerkleReceipts

Ideally, the above-mentioned functions should accept height as a UInt64 to be more consistent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking-changeBreaks compatibility with previous versionenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions