• Parameters

    • __namedParameters: {
          creator: PublicKey;
          isDraft?: boolean;
          multisigPda: PublicKey;
          programId?: PublicKey;
          rentPayer?: PublicKey;
          transactionIndex: bigint;
      }
      • creator: PublicKey

        Member of the multisig that is creating the proposal.

      • Optional isDraft?: boolean
      • multisigPda: PublicKey
      • Optional programId?: PublicKey
      • Optional rentPayer?: PublicKey

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

      • transactionIndex: bigint

    Returns TransactionInstruction

Generated using TypeDoc