mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 09:07:26 +00:00 
			
		
		
		
	| .. | ||
| client | ||
| doc.go | ||
| handler.go | ||
| keeper_test.go | ||
| keeper.go | ||
| README.md | ||
| types.go | ||
Paychan Sketch
Simplifications:
- unidirectional paychans
 - no top ups or partial withdrawals (only opening and closing)
 - no protection against fund lock up from dissapearing receiver
 
TODO
- fill in details
 - add tests
 - is errors.go needed?
 - is wire.go needed?
 - remove simplifications