Created
April 27, 2022 15:01
-
-
Save jayhuang75/e917098a83af5adad3d0fc3f51d215dc to your computer and use it in GitHub Desktop.
rust-velocity-limit-transaction-struct
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #[derive(Debug, Deserialize)] | |
| pub struct Transaction { | |
| pub id: String, | |
| pub customer_id: String, | |
| pub load_amount: String, | |
| pub time: String | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment