Type alias GovMsg

GovMsg: {
    vote: {
        proposal_id: number;
        vote: VoteOption;
    };
}

Type declaration

  • vote: {
        proposal_id: number;
        vote: VoteOption;
    }

©2020 - 2023 Oraichain Foundation