Voting Delay
function votingDelay() returns (uint)GovernorAlpha gov = GovernorAlpha(0x123...); // contract address
uint blocks = gov.votingDelay();const blocks = await gov.methods.votingDelay().call();Last updated
Was this helpful?
function votingDelay() returns (uint)GovernorAlpha gov = GovernorAlpha(0x123...); // contract address
uint blocks = gov.votingDelay();const blocks = await gov.methods.votingDelay().call();Last updated
Was this helpful?
Was this helpful?