File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 44 LndApi ,
55 LoopApi ,
66 PoolApi ,
7- snakeKeysToCamel
7+ snakeKeysToCamel ,
8+ TaprootAssetsApi
89} from '@lightninglabs/lnc-core' ;
910import { createRpc } from './api/createRpc' ;
1011import { CredentialStore , LncConfig , WasmGlobal } from './types/lnc' ;
@@ -33,6 +34,7 @@ export default class LNC {
3334 loop : LoopApi ;
3435 pool : PoolApi ;
3536 faraday : FaradayApi ;
37+ tapd : TaprootAssetsApi ;
3638 lit : LitApi ;
3739
3840 constructor ( lncConfig ?: LncConfig ) {
@@ -64,6 +66,7 @@ export default class LNC {
6466 this . loop = new LoopApi ( createRpc , this ) ;
6567 this . pool = new PoolApi ( createRpc , this ) ;
6668 this . faraday = new FaradayApi ( createRpc , this ) ;
69+ this . tapd = new TaprootAssetsApi ( createRpc , this ) ;
6770 this . lit = new LitApi ( createRpc , this ) ;
6871 }
6972
You can’t perform that action at this time.
0 commit comments