Skip to content

Instantly share code, notes, and snippets.

@marekkirejczyk
Created December 9, 2019 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marekkirejczyk/118051eaf5b1d341982b37cfd1baa65d to your computer and use it in GitHub Desktop.
Save marekkirejczyk/118051eaf5b1d341982b37cfd1baa65d to your computer and use it in GitHub Desktop.
Deprecated methods
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