File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ print(transactions)
8484
8585```
8686
87- #### Swap Between Chains
87+ #### Withdraw from chains
8888
8989``` python
9090swap_params = {
@@ -109,14 +109,13 @@ deposit_params = {
109109 " saveDetails" : True
110110}
111111
112- deposit_result = manager.deposit_for_redemption (deposit_params)
112+ deposit_result = manager.redeem_assets (deposit_params)
113113print (deposit_result)
114114
115115```
116116
117117NOTE: to get bank codes please use the getBanks method to fetch the list of banks and ther codes
118118
119-
120119#### Create Virtual Account
121120
122121``` python
@@ -131,14 +130,6 @@ print(virtual_account)
131130
132131NOTE: before creating the virtual account you need to have updated your BVN on the dashboard
133132
134- #### Generate Wallet Address
135-
136- ``` python
137-
138- wallet_address = manager.generate_wallet_address(Network.BSC )
139- print (wallet_address)
140-
141- ```
142133
143134#### Update Business
144135
You can’t perform that action at this time.
0 commit comments