You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
block_hash and block_height describe the block in which the transaction was originally included. current_hash and current_height describe the current state of the block chain. By subtracting the current_height from the block_height and adding one you get the total number of confirmations.
The SDK should export typings that can be included in subsequent typescript applications, for greatest experience integrating into other systems.
Currently no typings are exported and for this specific issue it should expose interfaces around a
Payment
andPaymentConfirmation
Proposed interfaces:
block_hash and block_height describe the block in which the transaction was originally included. current_hash and current_height describe the current state of the block chain. By subtracting the current_height from the block_height and adding one you get the total number of confirmations.
The text was updated successfully, but these errors were encountered: