pub type GetFeeGroupInfoResponse = FeeGroupInfoResult;Expand description
Response payload for the get fee group info endpoint.
Aliased Type§
pub struct GetFeeGroupInfoResponse {
pub list: Option<Vec<FeeGroup>>,
}Fields§
§list: Option<Vec<FeeGroup>>