blob: 0a3d0d22367497d4cee58346070f123c42b86c75 [file] [log] [blame]
// Copyright 2016 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package io.v.syncbase.internal;
import io.v.syncbase.core.VError;
public class Blessings {
public static native String DebugString();
public static native String AppBlessingFromContext() throws VError;
public static native String UserBlessingFromContext() throws VError;
}