set_password
will transition the wallet to the locked state.lock
is called or the program exits.password
: a new passwordimport_key()
account_name_or_id
: the account owning the keywif_key
: the private key in WIF formatfilename
: the BitShares 0.x wallet file to importpassword
: the password to encrypt the BitShares 0.x wallet filefilename
: the BitShares 0.x wallet file to importpassword
: the password to encrypt the BitShares 0.x wallet filesrc_account_name
: name of the account on BitShares 0.x chaindest_account_name
: name of the account on BitShares 2.0 chain, can be same or different to src_account_name
account_name_or_id
: name or ID of an account that to claim balances towif_keys
: private WIF keys of balance objects to claim balances frombroadcast
: true to broadcast the transaction on the networkcreate_account_with_brain_key()
requires you to specify a ‘brain key’, a long passphrase that provides enough entropy to generate cryptographic keys.trx
: a JSON transactionpubkey
: a public key in Base58 formatset_wallet_filename()
wallet_filename
: the filename of the wallet JSON file to load. If wallet_filename
is empty, it reloads the existing wallet file.s
: the brain key as supplied by the userset_wallet_filename()
to make the filename persist.wallet_filename
: the filename of the new wallet JSON file to create or overwrite. If wallet_filename
is empty, save to the current filename.