naivecoin icon indicating copy to clipboard operation
naivecoin copied to clipboard

Transactions.ts problem

Open aszokalski opened this issue 7 years ago • 0 comments

When i try to compile provided code i get following error. transactions.ts(158,24): error TS2339: Property 'find' does not exist on type 'UnspentTxOut[]'. transactions.ts(174,27): error TS2339: Property 'find' does not exist on type 'UnspentTxOut[]'. transactions.ts(246,18): error TS2339: Property 'from' does not exist on type 'ArrayConstructor'. transactions.ts(333,25): error TS2339: Property 'startsWith' does not exist on type 'string'.

aszokalski avatar Jan 07 '18 16:01 aszokalski