satstream_rust_sdk/models/
big_int.rs

1/* 
2 * Satstream API
3 *
4 * Satstream API
5 *
6 * OpenAPI spec version: 1.0
7 * Contact: team@satstream.io
8 * Generated by: https://github.com/swagger-api/swagger-codegen.git
9 */
10
11
12#[allow(unused_imports)]
13use serde_json::Value;
14
15#[derive(Debug, Serialize, Deserialize)]
16pub struct BigInt {
17}
18
19impl BigInt {
20  pub fn new() -> BigInt {
21    BigInt {
22    }
23  }
24
25}
26
27
28