Created
December 9, 2019 13:59
-
-
Save marekkirejczyk/ec7250bfbbd4b7728c2e4081bf9c9963 to your computer and use it in GitHub Desktop.
Recommended 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
wallet.addKey(publicKey: string, executionOptions: ExecutionOptions) | |
wallet.addKeys(publicKeys: string[], executionOptions: ExecutionOptions) | |
wallet.removeKey(key: string, executionOptions: ExecutionOptions) | |
wallet.setRequiredSignatures(requiredSignatures: number, executionOptions: ExecutionOptions) | |
wallet.execute(message: Partial<Message>) | |
wallet.keyExist(key: string) | |
wallet.getNonce() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment