Type Alias vote_multisig

vote_multisig: TxDescriptor<
    { aye: boolean; call_hash: FixedSizeBinary<32>; dao_id: number },
>

Vote on an existing multisig proposal, auto-executing if caller puts vote tally past execution threshold requirements

  • dao_id: Id of the dao where the proposal is
  • call_hash: Hash of the call identifying the proposal
  • aye: Wheter or not to vote positively