PolicyGetElectionBlockOfReturns the block number of the election macro block of the given epoch (which is always the last block).JavaScriptPythonRustGocURLconst res = await fetch("http://127.0.0.1:8648", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ jsonrpc: "2.0", method: "getElectionBlockOf", params: [0], id: 1 }) }); const data = await res.json();ParametersPropType / DefaultepochnumberReturnsPropType / DefaultreturnValuenumberPreviousGetElectionBlockBeforeNextGetEpochAt