Skip to content

Instantly share code, notes, and snippets.

@tansawit
Last active July 10, 2020 04:52
Show Gist options
  • Save tansawit/836847ec9a2f50eda8818e6a256b282f to your computer and use it in GitHub Desktop.
Save tansawit/836847ec9a2f50eda8818e6a256b282f to your computer and use it in GitHub Desktop.
// Input Parameters
#[derive(OBIDecode, OBISchema)]
struct Input {
symbol: String,
multiplier: u64,
}
// Output Parameters
#[derive(OBIEncode, OBISchema)]
struct Output {
volume: u64,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment