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