Files
sonr/internal/vfs/txns/SWT.pkl.go
T

17 lines
314 B
Go
Raw Normal View History

2024-09-18 02:22:17 -04:00
// Code generated from Pkl module `txns`. DO NOT EDIT.
package txns
type SWT struct {
Origin string `pkl:"origin"`
Location string `pkl:"location"`
Identifier string `pkl:"identifier"`
Scopes []string `pkl:"scopes"`
Properties map[string]string `pkl:"properties"`
ExpiryBlock int `pkl:"expiryBlock"`
}