Last active
May 1, 2018 03:09
-
-
Save kseo/2fee126d3f4c395b77e946a37d67fcd5 to your computer and use it in GitHub Desktop.
AssetOutPoint
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
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