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
|
|
|
|
|
}
|