Skip to main content

EmptyResponse

Type Alias EmptyResponse 

Source
pub type EmptyResponse = CryptoMktResponse<String>;

Aliased Type§

pub struct EmptyResponse {
    pub status: String,
    pub data: String,
    pub pagination: Pagination,
}

Fields§

§status: String§data: String§pagination: Pagination