Closed adamspofford-dfinity closed 4 months ago
This PR replaces usage of send_dfx with transfer, account_balance_dfx with account_balance, claim_or_refresh_from_subaccount with manage_neuron/ClaimOrRefresh, and makes the default account-balance account type ICRC1.
send_dfx
transfer
account_balance_dfx
account_balance
claim_or_refresh_from_subaccount
manage_neuron/ClaimOrRefresh
account-balance
This PR replaces usage of
send_dfx
withtransfer
,account_balance_dfx
withaccount_balance
,claim_or_refresh_from_subaccount
withmanage_neuron/ClaimOrRefresh
, and makes the defaultaccount-balance
account type ICRC1.