• Parameters

    • __namedParameters: {
          member: PublicKey;
          multisigPda: PublicKey;
          programId?: PublicKey;
          rentPayer?: PublicKey;
          spendingLimits?: PublicKey[];
          transactionIndex: bigint;
      }
      • member: PublicKey
      • multisigPda: PublicKey
      • Optional programId?: PublicKey
      • Optional rentPayer?: PublicKey
      • Optional spendingLimits?: PublicKey[]

        In case the transaction adds or removes SpendingLimits, pass the array of their Pubkeys here.

      • transactionIndex: bigint

    Returns TransactionInstruction

Generated using TypeDoc