# Wallet Container

- [save](/development-integration/wallet-api/wallet-container/save.md): This method saves the current wallet container to disk using same filename as when loaded.
- [export](/development-integration/wallet-api/wallet-container/export.md): This method exports the current wallet container to a new file.
- [reset](/development-integration/wallet-api/wallet-container/reset.md): This method clears all cached data and rescans the blockchain for transactions. If viewSecretKey is specified, old key will be discarded and rescan will use the new key for scanning transactions.
- [createAddress](/development-integration/wallet-api/wallet-container/createaddress.md): Either spendSecretKey or spendPublicKey, or neither, should be specified. New keys will be generated if neither parameter is specified.
- [createAddressList](/development-integration/wallet-api/wallet-container/createaddresslist.md): This method creates as many wallets as there is spend keys in the request
- [deleteAddress](/development-integration/wallet-api/wallet-container/deleteaddress.md)
- [getSpendKeys](/development-integration/wallet-api/wallet-container/getspendkeys.md)
- [getBalance](/development-integration/wallet-api/wallet-container/getbalance.md)
- [getBlockHashes](/development-integration/wallet-api/wallet-container/getblockhashes.md)
- [getTransactionHashes](/development-integration/wallet-api/wallet-container/gettransactionhashes.md): Either blockHash or firstBlockIndex should be specified.
- [getTransactions](/development-integration/wallet-api/wallet-container/gettransactions.md): Either blockHash or firstBlockIndex should be specified.
- [getUnconfirmedTransactionHashes](/development-integration/wallet-api/wallet-container/getunconfirmedtransactionhashes.md)
- [getTransaction](/development-integration/wallet-api/wallet-container/gettransaction.md)
- [sendTransaction](/development-integration/wallet-api/wallet-container/sendtransaction.md)
- [createDelayedTransaction](/development-integration/wallet-api/wallet-container/createdelayedtransaction.md)
- [getDelayedTransactionHashes](/development-integration/wallet-api/wallet-container/getdelayedtransactionhashes.md)
- [deleteDelayedTransaction](/development-integration/wallet-api/wallet-container/deletedelayedtransaction.md)
- [sendDelayedTransaction](/development-integration/wallet-api/wallet-container/senddelayedtransaction.md)
- [getViewKey](/development-integration/wallet-api/wallet-container/getviewkey.md)
- [getStatus](/development-integration/wallet-api/wallet-container/getstatus.md)
- [getAddresses](/development-integration/wallet-api/wallet-container/getaddresses.md)
- [sendFusionTransaction](/development-integration/wallet-api/wallet-container/sendfusiontransaction.md)
- [estimateFusion](/development-integration/wallet-api/wallet-container/estimatefusion.md)
