Closes Batch and the corresponding Proposal accounts for proposals in terminal states:
Executed, Rejected, or Cancelled or stale proposals that aren't Approved.
This instruction is only allowed to be executed when all VaultBatchTransaction accounts
in the batch are already closed: batch.size == 0.
Closes Batch and the corresponding Proposal accounts for proposals in terminal states:
Executed
,Rejected
, orCancelled
or stale proposals that aren't Approved.This instruction is only allowed to be executed when all
VaultBatchTransaction
accounts in thebatch
are already closed:batch.size == 0
.