Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. - struct openingClaimStatus - the struct used if an open channel is being claimed
  2. because of an unsuccessful closure
  3.   - totalCoinsL uint - the total number of coins opened into the payment channel
  4.   - redeemedCoins: uint - the total number of coins whose claims have been redeemed so far
  5. - public self.openingClaimsInProgress[openingCommitmentsHash:bytes32]
  6. -> openingClaimStatus 
  7. - this is a mapping of "in progress" claims on opened channels
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement