Skip to content

Instantly share code, notes, and snippets.

@Siimone
Created December 19, 2018 09:56
Show Gist options
  • Save Siimone/2ed1fa2295182b504b230a31beb68c2b to your computer and use it in GitHub Desktop.
Save Siimone/2ed1fa2295182b504b230a31beb68c2b to your computer and use it in GitHub Desktop.
Struct for Erc20Htlc - COMIT
#[derive(Debug, Clone)]
pub struct Erc20Htlc {
refund_timeout: Seconds,
refund_address: Address,
redeem_address: Address,
secret_hash: SecretHash,
token_contract_address: Address,
amount: U256,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment