GovernanceService
// Retreives a list of governance proposals
fetch("https://api.belugas.io/api/governance/proposals");
// Retreives a list of governance proposal vote receipts
fetch("https://api.belugas.io/api/governance/proposal_vote_receipts");
// Retreives a list of BUL accounts
fetch("https://api.belugas.io/api/governance/accounts");Last updated