interface CoreMethodHandlerInfo {
    kind: "call" | "query" | "message_result";
    name: string;
}

Properties

Properties

kind: "call" | "query" | "message_result"
name: string