JSPM

@coolwallets/btc

0.0.1-beta.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 3
    • Score
      100M100P100Q26425F
    • License ISC

    CoolwalletS Bitcoin App

    Package Exports

    • @coolwallets/btc

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@coolwallets/btc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    CoolWalletS Bitcoin (LTC) App

    version

    Install

    npm i @coolwallets/btc

    Usage

    import cwsBTC from '@coolwallets/btc'
    
    const BTC = new cwsBTC(transport, appPrivateKey, appId)
    

    getAddress

    Get address by address index.

    const address = await BTC.getAddress(0)