blob: 8863b83a71cbf698b74d9a706a30429cd520c09c [file] [log] [blame]
package account
// Caveat describes a restriction on the validity of a blessing/discharge.
type Caveat struct {
Type string
Args string
}