mirror of
				https://gitee.com/BDWare/consistency-sdk
				synced 2025-11-03 22:12:15 +00:00 
			
		
		
		
	rebase
This commit is contained in:
		
							parent
							
								
									a2fa767d89
								
							
						
					
					
						commit
						bd6135b6ea
					
				@ -0,0 +1,8 @@
 | 
				
			|||||||
 | 
					package org.bdware.sdk.consistency.api.context;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import com.google.gson.JsonObject;
 | 
				
			||||||
 | 
					import org.bdware.sc.conn.ResultCallback;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					public interface IMasterClientTCPAction {
 | 
				
			||||||
 | 
					    void asyncExecuteContractLocally(JsonObject jo, ResultCallback rc);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@ -1,6 +1,8 @@
 | 
				
			|||||||
package org.bdware.sdk.consistency.api.context;
 | 
					package org.bdware.sdk.consistency.api.context;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
public interface ISDKContext {
 | 
					public interface ISDKContext {
 | 
				
			||||||
 | 
					    IMasterClientTCPAction getMasterClientTCPAction();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    IMasterServerTCPAction getMasterServerTCPAction();
 | 
					    IMasterServerTCPAction getMasterServerTCPAction();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    INetworkManager getNetworkManager();
 | 
					    INetworkManager getNetworkManager();
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user