Helpers
getBlockTime
- Get Block Time by given block height. Using this function, user can get block time by given block height
Parameters:
<number>
- block height
Results:
Promise<undefined | string>
- Block time
Example:
getTxListFromResponse
- Get Transaction List by given transaction data response. Using this function, user can Get Transaction List by given transaction data response
Parameters:
<TxListDataResult>
- transaction data response
Results:
Promise<null | TxInfo[]>
- transaction list
Example:
getTxOperationsList
- Get Operation List by given parsed transaction Using this function, user can Get Transaction List by given parsed transaction
Parameters:
<ParsedTx>
- parsed tx info
Results:
TxOperation[]>
- transaction operation list
Example:
Last updated