• Returns unsigned VersionedTransaction that needs to be signed by creator and feePayer before sending it.

    Parameters

    • __namedParameters: {
          actions: ConfigAction[];
          blockhash: string;
          creator: PublicKey;
          feePayer: PublicKey;
          memo?: string;
          multisigPda: PublicKey;
          programId?: PublicKey;
          rentPayer?: PublicKey;
          transactionIndex: bigint;
      }
      • actions: ConfigAction[]
      • blockhash: string
      • creator: PublicKey

        Member of the multisig that is creating the transaction.

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

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

      • transactionIndex: bigint

    Returns VersionedTransaction

Generated using TypeDoc