Function vaultBatchTransactionAccountClose
- vaultBatchTransactionAccountClose(__namedParameters): Promise<TransactionSignature>
 Parameters
__namedParameters: { 
    batchIndex: bigint; 
    connection: Connection; 
    feePayer: Signer; 
    multisigPda: PublicKey; 
    programId?: PublicKey; 
    rentCollector: PublicKey; 
    sendOptions?: SendOptions; 
    transactionIndex: number; 
}
batchIndex: bigint
connection: Connection
feePayer: Signer
multisigPda: PublicKey
Optional programId?: PublicKey
rentCollector: PublicKey
Optional sendOptions?: SendOptions
transactionIndex: number
Returns Promise<TransactionSignature>
Closes a VaultBatchTransaction belonging to the Batch and Proposal defined by
batchIndex. VaultBatchTransaction can be closed if either:Executed,Rejected, orCancelled.Approved.