Files
sonr/gen/vault/Client.pkl.go
T

19 lines
264 B
Go
Raw Normal View History

2024-09-07 18:12:58 -04:00
// Code generated from Pkl module `vault`. DO NOT EDIT.
package vault
type Client interface {
GetChainId() string
GetKeyringBackend() string
GetOutput() string
GetNode() string
GetBroadcastMode() string
GetApiUrl() string
GetAddressPrefix() string
}