Skip to content

Instantly share code, notes, and snippets.

@andrewkkchan
Created June 23, 2021 14:47
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 andrewkkchan/82b1f1613f7db0e6073ea0d5569e389c to your computer and use it in GitHub Desktop.
Save andrewkkchan/82b1f1613f7db0e6073ea0d5569e389c to your computer and use it in GitHub Desktop.
Chain at Hyper ledger Fabric
type chain struct {
support consensus.ConsenterSupport
sendChan chan *message
exitChan chan struct{}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment