🧡BitCoin
Detecting the Provider
Method
Returns:
Example:
try {
let accounts = await window.ioPay.requestAccounts();
console.log('connect success', accounts);
} catch (e) {
console.log('connect failed');
}
> connect success ['mfaCeWXkqRTPG85mLXMbBZEJRS8b7bw4Kb']Method
Returns:
Example:
Method
signMessage
Method
signPsbt
Last updated