rest

package
v0.12.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 27, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RestOwner = "owner"
	RestDenom = "deposit-denom"
	RestType  = "deposit-type"
	RestName  = "name"
)

REST variable names nolint

Variables

This section is empty.

Functions

func RegisterRoutes

func RegisterRoutes(cliCtx context.CLIContext, r *mux.Router)

RegisterRoutes registers harvest-related REST handlers to a router

Types

type PostClaimReq

type PostClaimReq struct {
	BaseReq      rest.BaseReq   `json:"base_req" yaml:"base_req"`
	From         sdk.AccAddress `json:"from" yaml:"from"`
	Receiver     sdk.AccAddress `json:"receiver" yaml:"receiver"`
	DepositDenom string         `json:"deposit_denom" yaml:"deposit_denom"`
	DepositType  string         `json:"deposit_type" yaml:"deposit_type"`
	Multiplier   string         `json:"multiplier" yaml:"multiplier"`
}

PostClaimReq defines the properties of a claim reward request's body

type PostCreateDepositReq

type PostCreateDepositReq struct {
	BaseReq     rest.BaseReq   `json:"base_req" yaml:"base_req"`
	From        sdk.AccAddress `json:"from" yaml:"from"`
	Amount      sdk.Coin       `json:"amount" yaml:"amount"`
	DepositType string         `json:"deposit_type" yaml:"deposit_type"`
}

PostCreateDepositReq defines the properties of a deposit create request's body

type PostCreateWithdrawReq

type PostCreateWithdrawReq struct {
	BaseReq     rest.BaseReq   `json:"base_req" yaml:"base_req"`
	From        sdk.AccAddress `json:"from" yaml:"from"`
	Amount      sdk.Coin       `json:"amount" yaml:"amount"`
	DepositType string         `json:"deposit_type" yaml:"deposit_type"`
}

PostCreateWithdrawReq defines the properties of a deposit withdraw request's body

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL