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

    Parameters

    • __namedParameters: {
          blockhash: string;
          configAuthority: PublicKey;
          feePayer: PublicKey;
          memo?: string;
          multisigPda: PublicKey;
          newRentCollector: null | PublicKey;
          programId?: PublicKey;
          rentPayer: PublicKey;
      }
      • blockhash: string
      • configAuthority: PublicKey
      • feePayer: PublicKey
      • Optional memo?: string
      • multisigPda: PublicKey
      • newRentCollector: null | PublicKey
      • Optional programId?: PublicKey
      • rentPayer: PublicKey

    Returns VersionedTransaction

Generated using TypeDoc