package
Version:
v2.5.0
Opens a new window with list of versions in this module.
Published: Jun 17, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
LockedSendRequestHandlerFn is an http request handler to send coins
to a manual vesting account and have them locked (vesting).
RegisterRoutes registers custom REST routes.
type LockedSendReq struct {
BaseReq rest.BaseReq `json:"base_req" yaml:"base_req"`
Amount sdk.Coins `json:"amount" yaml:"amount"`
Unlocker string `json:"unlocker" yaml:"unlocker"`
}
LockedSendReq defines the properties of a send request's body.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.