Documentation ¶
Index ¶
- Constants
- Variables
- func AddDepositFlags(flags *pflag.FlagSet)
- func DetectDeposit(ctx context.Context, flags *pflag.FlagSet, cl v1beta2.QueryClient, ...) (sdk.Coin, error)
- func MarkReqDepositFlags(cmd *cobra.Command)
- func PrintJSON(ctx client.Context, v interface{}) error
- func RunForever(fn func(ctx context.Context) error) error
- func RunForeverWithContext(ctx context.Context, fn func(ctx context.Context) error) error
Constants ¶
View Source
const (
FlagDeposit = "deposit"
)
Variables ¶
View Source
var (
ErrUnknownSubspace = errors.New("unknown subspace")
)
Functions ¶
func AddDepositFlags ¶
func DetectDeposit ¶
func MarkReqDepositFlags ¶
func RunForever ¶
RunForever runs a function in the background, forever. Returns error in case of failure.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.