Methods
openWidget
openWidgetExample
wepin.openWidget()closeWidget
closeWidgetExample
wepin.closeWidget()getAccounts
getAccountsList<Account> accounts = wepin.getAccounts();Account
AccountLast updated
Was this helpful?
openWidgetwepin.openWidget()closeWidgetwepin.closeWidget()getAccountsList<Account> accounts = wepin.getAccounts();AccountLast updated
Was this helpful?
Was this helpful?
public class Account {
String address; // The account address
String network; // The blockchain network of the account
}