Skip to content

Instantly share code, notes, and snippets.

@kseo
Last active May 1, 2018 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kseo/2fee126d3f4c395b77e946a37d67fcd5 to your computer and use it in GitHub Desktop.
Save kseo/2fee126d3f4c395b77e946a37d67fcd5 to your computer and use it in GitHub Desktop.
AssetOutPoint
pub struct AssetOutPoint {
pub transaction_hash: H256,
pub index: usize,
pub asset_type: H256,
pub amount: u64,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment