add getTransactions API for Android
This commit is contained in:
parent
6e17a60692
commit
cda75feb5b
@ -162,6 +162,10 @@ class AndroidWalletMessageHandler {
|
||||
}
|
||||
};
|
||||
}
|
||||
case "getTransactions": {
|
||||
const wallet = await this.wp.promise;
|
||||
return await wallet.getTransactions(args);
|
||||
}
|
||||
case "abortProposal": {
|
||||
const wallet = await this.wp.promise;
|
||||
if (typeof args.proposalId !== "string") {
|
||||
|
Loading…
Reference in New Issue
Block a user