Skip to content

Commit

Permalink
Merge pull request #115 from input-output-hk/cordova-plugin-readme-apis
Browse files Browse the repository at this point in the history
add cordova plugin status to plugin readme
  • Loading branch information
ecioppettini committed Oct 28, 2020
2 parents 29c609e + 6667035 commit 7ca4fad
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion bindings/wallet-cordova/README.md
Expand Up @@ -58,6 +58,36 @@ function onDeviceReady() {
}
```

# Electron quirks
## Electron quirks

At the moment, the plugin requires that node integrations are enabled in the app.


# Implemented API's per platform

| | Android | Ios | Electron/browser |
| ---------------------------- | ------- | --- | ---------------- |
| CONVERSION_DELETE ||||
| CONVERSION_IGNORED ||||
| CONVERSION_TRANSACTIONS_GET ||||
| CONVERSION_TRANSACTIONS_SIZE ||||
| PENDING_TRANSACTIONS_DELETE || | |
| PENDING_TRANSACTIONS_GET || | |
| PENDING_TRANSACTIONS_SIZE || | |
| PROPOSAL_DELETE ||||
| PROPOSAL_NEW ||||
| PROPOSAL_NEW_PRIVATE ||| |
| PROPOSAL_NEW_PUBLIC ||| |
| SETTINGS_DELETE ||||
| SYMMETRIC_CIPHER_DECRYPT ||| |
| WALLET_CONFIRM_TRANSACTION || | |
| WALLET_CONVERT ||||
| WALLET_DELETE ||||
| WALLET_ID ||||
| WALLET_IMPORT_KEYS ||| |
| WALLET_PENDING_TRANSACTIONS || | |
| WALLET_RESTORE ||||
| WALLET_RETRIEVE_FUNDS ||||
| WALLET_SET_STATE ||||
| WALLET_TOTAL_FUNDS ||||
| WALLET_VOTE ||||

0 comments on commit 7ca4fad

Please sign in to comment.