BitcoinAndLightningLayerSpecs / WebBTC

11 stars 1 forks source link

Feature: Get Wallet Information #2

Closed gr0kchain closed 2 years ago

gr0kchain commented 2 years ago

Get information from connected wallet.

Parameters

None

Returns

Example

window.wallet.getInfo()

Response

{ 
"version" : 1,
  "supports" : [
    "bip39",
    "bip32"
  ]
}