Documentation ¶
Index ¶
- func GetRequestReceipt(e echo.Context, c interfaces.ChainService) error
- func MapGovChainInfoResponse(chainInfo *isc.ChainInfo) models.GovChainInfoResponse
- func NewCoreContractsController(chainService interfaces.ChainService) interfaces.APIController
- type Blob
- type BlobInfoResponse
- type BlobListResponse
- type BlobValueResponse
- type Controller
- type ErrorMessageFormatResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRequestReceipt ¶
func GetRequestReceipt(e echo.Context, c interfaces.ChainService) error
func MapGovChainInfoResponse ¶
func MapGovChainInfoResponse(chainInfo *isc.ChainInfo) models.GovChainInfoResponse
func NewCoreContractsController ¶
func NewCoreContractsController(chainService interfaces.ChainService) interfaces.APIController
Types ¶
type BlobInfoResponse ¶
type BlobListResponse ¶
type BlobListResponse struct {
Blobs []Blob
}
type BlobValueResponse ¶
type BlobValueResponse struct {
ValueData string `json:"valueData" swagger:"required,desc(The blob data (Hex))"`
}
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func (*Controller) Name ¶
func (c *Controller) Name() string
func (*Controller) RegisterAdmin ¶
func (c *Controller) RegisterAdmin(adminAPI echoswagger.ApiGroup, mocker interfaces.Mocker)
func (*Controller) RegisterPublic ¶
func (c *Controller) RegisterPublic(publicAPI echoswagger.ApiGroup, mocker interfaces.Mocker)
type ErrorMessageFormatResponse ¶
type ErrorMessageFormatResponse struct {
MessageFormat string `json:"messageFormat" swagger:"required"`
}
Click to show internal directories.
Click to hide internal directories.