Helpers
Last updated
Last updated
- 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:
- 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:
- Get Operation List by given parsed transaction Using this function, user can Get Transaction List by given parsed transaction
<ParsedTx>
- parsed tx info
TxOperation[]>
- transaction operation list
Parameters:
Results:
Example: