EventRoundRequest
Input type for getting an event round. If the round name is not provided, the current round is used.
input EventRoundRequest {
id: Uint64
event: EventRequest
roundName: String
}
Fields
EventRoundRequest.id ● Uint64 scalar common
EventRoundRequest.event ● EventRequest input event
EventRoundRequest.roundName ● String scalar
Member Of
GetEventRoundRequest input ● UpdateEventRoundRequest input