feat: handle psbt extract

This commit is contained in:
Vlad Stan
2022-08-03 13:49:56 +03:00
parent 3bf0bb1e63
commit 73adc4a7e8
6 changed files with 149 additions and 32 deletions
@@ -1,3 +1,5 @@
const PSBT_BASE64_PREFIX = 'cHNidP8'
const blockTimeToDate = blockTime =>
blockTime ? moment(blockTime * 1000).format('LLL') : ''