blob: a61f8cd692a6b9bcf3f3c261e73e74954fdba050 [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 beam
type IntentBeamer interface {
GetIntent(secret string) (intentUri string, payload []byte | error)
}