Skip to main content

GetTransferableAmountResponse

Type Alias GetTransferableAmountResponse 

Source
pub type GetTransferableAmountResponse = GetTransferableAmountResult;

Aliased Type§

pub struct GetTransferableAmountResponse {
    pub available_withdrawal: Option<String>,
    pub available_withdrawal_map: Option<HashMap<String, String>>,
}

Fields§

§available_withdrawal: Option<String>§available_withdrawal_map: Option<HashMap<String, String>>