Get Actions
Gets the actions of a selected proposal. Pass a proposal ID and get the targets, values, signatures and calldatas of that proposal.
Governor Alpha
proposalId
: ID of a proposal in which to get its actions.RETURN
: Reverts if the proposal ID is invalid. If successful, the following 4 references are returned. 1. Array of addresses of contracts the proposal calls. 2. Array of unsigned integers the proposal uses as values. 3. Array of strings of the proposalβs signatures. 4. Array of calldata bytes of the proposal.
Solidity
Web3 1.2.6
Last updated