Created
December 9, 2019 13:59
-
-
Save marekkirejczyk/118051eaf5b1d341982b37cfd1baa65d to your computer and use it in GitHub Desktop.
Deprecated methods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sdk.addKey(to: string, publicKey: string, privateKey: string, executionOptions: SdkExecutionOptions) | |
sdk.addKeys(to: string, publicKeys: string[], privateKey: string, executionOptions: SdkExecutionOptions) | |
sdk.removeKey(to: string, key: string, privateKey: string, executionOptions: SdkExecutionOptions) | |
sdk.setRequiredSignatures(to: string, requiredSignatures: number, privateKey: string, executionOptions: SdkExecutionOptions) | |
sdk.keyExist(walletContractAddress: string, key: string) | |
sdk.getNonce(walletContractAddress: string) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment