-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
breaking-changeBreaks compatibility with previous versionBreaks compatibility with previous versionenhancementNew feature or requestNew feature or request
Description
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
Labels
breaking-changeBreaks compatibility with previous versionBreaks compatibility with previous versionenhancementNew feature or requestNew feature or request