maestro-rust-sdk 1.0.0

Rust SDK for the Maestro Dapp Platform
Documentation
1
2
3
4
5
6
7
8
use crate::utils::LastUpdated;
use serde::Deserialize;

#[derive(Deserialize)]
pub struct BasicResponse {
    pub data: String,
    pub last_updated: LastUpdated,
}