Function batchCreate

  • Create a new vault transactions batch.

    Parameters

    • __namedParameters: {
          batchIndex: bigint;
          connection: Connection;
          creator: Signer;
          feePayer: Signer;
          memo?: string;
          multisigPda: PublicKey;
          programId?: PublicKey;
          rentPayer?: Signer;
          sendOptions?: SendOptions;
          signers?: Signer[];
          vaultIndex: number;
      }
      • batchIndex: bigint
      • connection: Connection
      • creator: Signer

        Member of the multisig that is creating the batch.

      • feePayer: Signer
      • Optional memo?: string
      • multisigPda: PublicKey
      • Optional programId?: PublicKey
      • Optional rentPayer?: Signer

        Payer for the batch account rent. If not provided, creator is used.

      • Optional sendOptions?: SendOptions
      • Optional signers?: Signer[]
      • vaultIndex: number

    Returns Promise<TransactionSignature>

Generated using TypeDoc