Fix the window function parameters
This commit is contained in:
parent
710593fc30
commit
13e36f6b7d
2
src/global.d.ts
vendored
2
src/global.d.ts
vendored
@ -38,7 +38,7 @@ declare global {
|
||||
receiveTransferRequestFromAndroid?: (to: string, amount: string, namespace: String, chainId: string, memo: string) => void;
|
||||
|
||||
// Handles account creation requests from Android
|
||||
receiveGetOrCreateAccountFromAndroid?: (namespace: string, chainId: string) => void;
|
||||
receiveGetOrCreateAccountFromAndroid?: (chainId: string) => void;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user