maestro-rust-sdk 1.0.0

Rust SDK for the Maestro Dapp Platform
Documentation
1
2
3
4
5
6
7
8
9
use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize)]
pub struct TxManagerState {
    pub block: String,
    pub state: String,
    pub timestamp: String,
    pub transaction_hash: String,
}