Creating a quorum
Creating a quorum results in a proposal, which must be executed for the quorum to be active.
Only members of an account may create a quorum.
Example
TODO: implement
Schema
No description
createQuorum(
account: Address!
proposingQuorumKey: QuorumKey!
approvers: [Address!]!
name: String
spending: SpendingInput
): Quorum!