com.radiance.tonclient.AppDebotBrowser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ton-client-binding Show documentation
Show all versions of ton-client-binding Show documentation
everscale-client-java for freeton chain
The newest version!
package com.radiance.tonclient;
import java.util.concurrent.CompletableFuture;
public interface AppDebotBrowser {
void log(String msg);
void switchTo(Number contextId);
void switchCompleted();
void showAction(Debot.DebotAction action);
CompletableFuture input(String prompt);
CompletableFuture getSigningBox();
CompletableFuture invokeDebot(String debotAddr,Debot.DebotAction action);
void send(String message);
CompletableFuture approve(Object activity);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy