Function wex::coin_deposit_address[][src]

pub fn coin_deposit_address(
    account: &Account,
    coin_name: &str
) -> Result<CancelResult, String>

This method can be used to retrieve the address for depositing crypto-currency.

To use this method, you need the info key privilege.

At present, this method does not generate new adresses. If you have never deposited in a particular crypto-currency and try to retrive a deposit address, your request will return an error, because this address has not been generated yet.