Skip to content

elastos/Elastos.Essentials.Plugins.Wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elastos-essentials-plugins-wallet

This plugin defines a global cordova.walletManager object, which provides an API for wallet library.

Although in the global scope, it is not available until after the deviceready event.

document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
    console.log(walletManager);
}

Supported Platforms

  • Android
  • iOS