Skip to content

Instantly share code, notes, and snippets.

@developerfred
Created June 11, 2020 19:40
Show Gist options
  • Select an option

  • Save developerfred/1f55a79a629e1878a302f601e1acd358 to your computer and use it in GitHub Desktop.

Select an option

Save developerfred/1f55a79a629e1878a302f601e1acd358 to your computer and use it in GitHub Desktop.
Real-Time LockDrop
$ cargo build --release```
{
"ClaimId": "H256",
"Lockdrop": {
"type": "u8",
"transaction_hash": "H256",
"public_key": "[u8; 33]",
"duration": "u64",
"value": "u128"
},
"TickerRate": {
"authority": "u16",
"btc": "DollarRate",
"eth": "DollarRate"
},
"DollarRate": "u128",
"AuthorityId": "AccountId",
"AuthorityVote": "u32",
"ClaimVote": {
"claim_id": "ClaimId",
"approve": "bool",
"authority": "u16"
},
"Claim": {
"params": "Lockdrop",
"approve": "AuthorityVote",
"decline": "AuthorityVote",
"amount": "u128",
"complete": "bool"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment