pylibsimba.wallet.Wallet¶
-
class
pylibsimba.wallet.
Wallet
(signing_confirmation)¶ -
__init__
(signing_confirmation)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(signing_confirmation)Initialize self.
default_accept
()delete_wallet
()Remove the current wallet.
generate_wallet
([mnemonic])Create a new wallet.
generate_wallet_from_mnemonic
([mnemonic])Create a new wallet using that wallet’s mnemonic.
generate_wallet_from_private_key
(private_key)Create a new wallet using that wallet’s private key.
get_address
()The address associated with this wallet
sign
(payload)Sign the payload with the wallet
unlock_wallet
(passkey)If the wallet is locked, unlock it with the given passkey
wallet_exists
()Does a wallet currently exist?
-