mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 06:48:03 +00:00 
			
		
		
		
	add minimal cmds plan
This commit is contained in:
		
							parent
							
								
									fbffc2d008
								
							
						
					
					
						commit
						315a0cefe9
					
				@ -19,6 +19,11 @@ import (
 | 
			
		||||
// send paychan payment
 | 
			
		||||
// get balance from receiver
 | 
			
		||||
 | 
			
		||||
// minimum
 | 
			
		||||
// create paychan (sender signs)
 | 
			
		||||
// create state update (sender signs) (just a half signed close tx, (json encoded?))
 | 
			
		||||
// close paychan (receiver signs) (provide state update as arg)
 | 
			
		||||
 | 
			
		||||
// example from x/auth
 | 
			
		||||
/*
 | 
			
		||||
func GetAccountCmd(storeName string, cdc *wire.Codec, decoder auth.AccountDecoder) *cobra.Command {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user