{{ extends "../layouts/base" }} {{ block title() }}OpenRPC UI - HeroApp UI{{ end }} {{ block css() }} {{ end }} {{ block body() }}
This is the OpenRPC UI page. It allows you to interact with OpenRPC specifications.
Currently available specs: {{ if .SpecList }}{{ len(.SpecList) }}{{ else }}0{{ end }}
{{ .Method.Description }}
{{ end }}Name | Type | Required | Description |
---|---|---|---|
{{ .Name }} | {{ .Schema.Type }} |
{{ if .Required }} Yes {{ else }} No {{ end }} | {{ .Description }} |
No parameters |
Name | Type | Description |
---|---|---|
{{ .Method.Result.Name }} | {{ .Method.Result.Schema.Type }} |
{{ .Method.Result.Description }} |