UpdateRequest: {
    proposers: Address[];
    signers: Address[];
    threshold: number;
    type: "update";
}

Type declaration

  • proposers: Address[]
  • signers: Address[]
  • threshold: number
  • type: "update"