Versions in this module Expand all Collapse all v1 v1.0.0 Oct 2, 2023 Changes in this version + const APIRoute + const ParameterAddress + const ParameterMilestoneIndex + const ParameterOutputID + const ParameterParticipationEventID + const RouteAddressBech32Outputs + const RouteAddressBech32Status + const RouteAdminActiveParticipations + const RouteAdminCreateEvent + const RouteAdminDeleteEvent + const RouteAdminPastParticipations + const RouteAdminRewards + const RouteOutputStatus + const RouteParticipationEvent + const RouteParticipationEventStatus + const RouteParticipationEvents + var AllowedEnginesStorage = []hivedb.Engine + var AllowedEnginesStorageAuto = append(AllowedEnginesStorage, hivedb.EngineAuto) + var Component *app.Component + var ParamsParticipation = &ParametersParticipation + var ParamsRestAPI = &ParametersRestAPI + func BlockForBlockID(ctx context.Context, blockID iotago.BlockID) (*participation.ParticipationBlock, error) + func EventIDFromHex(hexString string) (participation.EventID, error) + func LedgerUpdates(ctx context.Context, startIndex iotago.MilestoneIndex, ...) error + func NodeStatus() (confirmedIndex iotago.MilestoneIndex, pruningIndex iotago.MilestoneIndex) + func OutputForOutputID(ctx context.Context, outputID iotago.OutputID) (*participation.ParticipationOutput, error) + func ParseBech32AddressParam(c echo.Context, prefix iotago.NetworkPrefix) (iotago.Address, error) + type AddressOutputsResponse struct + Outputs map[string]*OutputStatusResponse + type CreateEventResponse struct + EventID string + type EventsResponse struct + EventIDs []string + type OutputStatusResponse struct + Participations map[string]*TrackedParticipation + type ParametersParticipation struct + Database struct{ ... } + type ParametersRestAPI struct + AdvertiseAddress string + BindAddress string + DebugRequestLoggerEnabled bool + type ParticipationsResponse struct + Participations map[string]*TrackedParticipation + type TrackedParticipation struct + Amount uint64 + Answers []int + BlockID string + EndMilestoneIndex iotago.MilestoneIndex + StartMilestoneIndex iotago.MilestoneIndex