Returns information associated with on-going referenda which includes the referendum's enactment, submitted and deciding fields.
enactment
submitted
deciding
Block identifier, as the block height or block hash.
GET /pallets/on-going-referenda HTTP/1.1 Host: dot-playbook.nownodes.io Accept: */*
successful operation
{ "at": { "hash": "text", "height": "text" }, "referenda": [ { "id": "text", "decisionDeposit": { "who": "text", "amount": "text" }, "enactment": "at", "submitted": "text", "deciding": { "since": "text", "confirming": "text" } } ] }